aboutsummaryrefslogtreecommitdiffstats
path: root/device_test/KeyboardPaneController.m
diff options
context:
space:
mode:
Diffstat (limited to 'device_test/KeyboardPaneController.m')
-rw-r--r--device_test/KeyboardPaneController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/device_test/KeyboardPaneController.m b/device_test/KeyboardPaneController.m
index 1f8730e..0472718 100644
--- a/device_test/KeyboardPaneController.m
+++ b/device_test/KeyboardPaneController.m
@@ -169,7 +169,7 @@
usage: usageId],
usageId];
- NSMutableDictionary * row = [mKeyboardEventsController newObject];
+ NSMutableDictionary * row = [[mKeyboardEventsController newObject] autorelease];
[row setObject: event forKey: @"event"];
[row setObject: description forKey: @"description"];
[mKeyboardEventsController addObject: row];