Commit 935361b0 authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix deallocation of debug messages panel

parent d0080666
......@@ -77,6 +77,11 @@ static void MsgCallback(void *data, int type, const vlc_log_t *item, const char
return self;
}
- (void)dealloc
{
vlc_LogSet( VLCIntf->p_libvlc, NULL, NULL );
}
- (void)windowDidLoad
{
[self.window setExcludedFromWindowsMenu: YES];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment