summaryrefslogtreecommitdiff
path: root/frontends/cocoa/BookmarksController.m
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/BookmarksController.m')
-rw-r--r--frontends/cocoa/BookmarksController.m5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontends/cocoa/BookmarksController.m b/frontends/cocoa/BookmarksController.m
index d7918d9fc..c8a23cb8d 100644
--- a/frontends/cocoa/BookmarksController.m
+++ b/frontends/cocoa/BookmarksController.m
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#import <stddef.h>
+
#import "utils/messages.h"
#import "utils/utils.h"
#import "utils/nsurl.h"
@@ -83,11 +85,8 @@ static const char *cocoa_hotlist_path( void )
{
[self setView: nil];
NSFreeMapTable( nodeForMenu );
- [tree release];
[[NSNotificationCenter defaultCenter] removeObserver: self];
-
- [super dealloc];
}
- (void) menuNeedsUpdate: (NSMenu *)menu