git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed some warnings generated by new Tiger GCC 4.0 compiler...
[MenuTunes.git]
/
PreferencesController.m
diff --git
a/PreferencesController.m
b/PreferencesController.m
index
dc8b232
..
0c2a71c
100755
(executable)
--- a/
PreferencesController.m
+++ b/
PreferencesController.m
@@
-1265,6
+1265,7
@@
static PreferencesController *prefs = nil;
[submenuItems release];
[myItems release];
[df release];
+ [super dealloc];
}
@end