diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-03 13:12:43 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-03 13:12:43 +0000 |
commit | d473fb6c04684d87b48946f272c7385e04683759 (patch) | |
tree | 491d1aed9f7eb040c9d3fa5beb3a40eb08248084 /Cydia.mm | |
parent | df1613188514af88a3fb0536b919704b7f42f0c1 (diff) |
Memory management this deterministic _should_ be automated.
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -189,7 +189,6 @@ NSString *GetLastUpdate() { CFStringRef formatted = CFDateFormatterCreateStringWithDate(NULL, formatter, (CFDateRef) update); CFRelease(formatter); - CFRelease(formatted); CFRelease(locale); return [(NSString *) formatted autorelease]; |