Skip to content

Commit

Permalink
macosx: fix deallocation of debug messages panel
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fuhrmann committed Aug 13, 2015
1 parent d008066 commit 935361b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/gui/macosx/DebugMessageVisualizer.m
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ - (id)init
return self;
}

- (void)dealloc
{
vlc_LogSet( VLCIntf->p_libvlc, NULL, NULL );
}

- (void)windowDidLoad
{
[self.window setExcludedFromWindowsMenu: YES];
Expand Down

0 comments on commit 935361b

Please sign in to comment.