From 93e1ea7f0276e25b7c7d47701b01e5475eccd506 Mon Sep 17 00:00:00 2001 From: Adrian Schoenig Date: Sat, 14 Feb 2009 19:14:10 +1100 Subject: [PATCH] Fixed memory mismanagement that caused crashing when running on device --- iphone/Classes/Device.m | 1 - 1 file changed, 1 deletion(-) diff --git a/iphone/Classes/Device.m b/iphone/Classes/Device.m index 5741ee9a..b325eef5 100644 --- a/iphone/Classes/Device.m +++ b/iphone/Classes/Device.m @@ -24,7 +24,6 @@ - (NSString *)getDeviceInfo { } - (void)dealloc { - [myCurrentDevice release]; [super dealloc]; }