From: Jay Freeman (saurik) Date: Sun, 3 Feb 2008 13:12:43 +0000 (+0000) Subject: Memory management this deterministic _should_ be automated. X-Git-Tag: v1.0.3366~487 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/d473fb6c04684d87b48946f272c7385e04683759 Memory management this deterministic _should_ be automated. --- diff --git a/Cydia.mm b/Cydia.mm index 7ecd9a58..e95f24f1 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -189,7 +189,6 @@ NSString *GetLastUpdate() { CFStringRef formatted = CFDateFormatterCreateStringWithDate(NULL, formatter, (CFDateRef) update); CFRelease(formatter); - CFRelease(formatted); CFRelease(locale); return [(NSString *) formatted autorelease];