]> git.sesse.net Git - vlc/commitdiff
MacOS: fixes memory management issue. closes #3807
authorSebastien Zwickert <dilaroga@free.fr>
Sun, 27 Jun 2010 23:53:00 +0000 (01:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 28 Jun 2010 06:23:44 +0000 (08:23 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/macosx/simple_prefs.m

index 78ef652f0dcecbcc2a3ccd2b340582c9c9e93521..1050e8a7cbd34353a88dcccabefbf65bc3aa5d23 100644 (file)
@@ -740,7 +740,6 @@ static inline void save_string_list( intf_thread_t * p_intf, id object, const ch
     if( p_stringobject )
     {
         config_PutPsz( p_intf, name, [p_stringobject UTF8String] );
-        [p_stringobject release];
     }
 }