[vlc-devel] commit: macosx: Try to fix a crash at exit. (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Aug 16 00:18:23 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Aug 16 00:20:06 2008 +0200| [2a6de932d3d5a1d9b6d5a733ad4cd9a5e5ec5929] | committer: Pierre d'Herbemont
macosx: Try to fix a crash at exit.
Spotted in our bugreport ml.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a6de932d3d5a1d9b6d5a733ad4cd9a5e5ec5929
---
modules/gui/macosx/intf.m | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index ca3b0f4..0bb2846 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -120,8 +120,6 @@ void CloseIntf ( vlc_object_t *p_this )
{
intf_thread_t *p_intf = (intf_thread_t*) p_this;
- [[VLCMain sharedInstance] setIntf: nil];
-
msg_Unsubscribe( p_intf, p_intf->p_sys->p_sub );
[p_intf->p_sys->o_pool release];
More information about the vlc-devel
mailing list