Commit b4b40a47 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

modules/gui/macosx/intf.m: We shouldn't save the config file when the...

modules/gui/macosx/intf.m: We shouldn't save the config file when the interface closes. This explains a lot of bugreports ;)
parent 60ccf823
......@@ -2,7 +2,7 @@
* intf.m: MacOS X interface plugin
*****************************************************************************
* Copyright (C) 2002-2003 VideoLAN
* $Id: intf.m,v 1.77 2003/05/08 17:13:22 massiot Exp $
* $Id: intf.m,v 1.78 2003/05/08 23:11:28 hartman Exp $
*
* Authors: Jon Lech Johansen <jon-vl@nanocrew.net>
* Christophe Massiot <massiot@via.ecp.fr>
......@@ -81,8 +81,6 @@ void E_(CloseIntf) ( vlc_object_t *p_this )
msg_Unsubscribe( p_intf, p_intf->p_sys->p_sub );
config_SaveConfigFile( p_intf, MODULE_STRING );
[p_intf->p_sys->o_sendport release];
[p_intf->p_sys->o_pool release];
......
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