From a6f43fa541581a792bd90313839df076678f40e8 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 3 Feb 2008 13:12:43 +0000 Subject: [PATCH] Memory management this deterministic _should_ be automated. --- Cydia.mm | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.45.2