Skip to content

Commit

Permalink
Fixed memory mismanagement that caused crashing when running on device
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Schoenig committed Feb 14, 2009
1 parent a9a296a commit 93e1ea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iphone/Classes/Device.m
Expand Up @@ -24,7 +24,6 @@ - (NSString *)getDeviceInfo {
}

- (void)dealloc {
[myCurrentDevice release];
[super dealloc];
}

Expand Down

0 comments on commit 93e1ea7

Please sign in to comment.