projects
/
cydia.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
df16131
)
Memory management this deterministic _should_ be automated.
author
Jay Freeman (saurik)
<saurik@saurik.com>
Sun, 3 Feb 2008 13:12:43 +0000
(13:12 +0000)
committer
Jay Freeman (saurik)
<saurik@saurik.com>
Sun, 3 Feb 2008 13:12:43 +0000
(13:12 +0000)
Cydia.mm
patch
|
blob
|
blame
|
history
diff --git
a/Cydia.mm
b/Cydia.mm
index 7ecd9a58c4e5fcbfd0b40e0e70df22524ae5111e..e95f24f154edf8287c2556d7b511eac18c0fbf75 100644
(file)
--- a/
Cydia.mm
+++ b/
Cydia.mm
@@
-189,7
+189,6
@@
NSString *GetLastUpdate() {
CFStringRef formatted = CFDateFormatterCreateStringWithDate(NULL, formatter, (CFDateRef) update);
CFRelease(formatter);
CFStringRef formatted = CFDateFormatterCreateStringWithDate(NULL, formatter, (CFDateRef) update);
CFRelease(formatter);
- CFRelease(formatted);
CFRelease(locale);
return [(NSString *) formatted autorelease];
CFRelease(locale);
return [(NSString *) formatted autorelease];