[vlc-commits] commit: MacOS: fixes memory management issue. closes #3807 ( Sebastien Zwickert )

git at videolan.org git at videolan.org
Mon Jun 28 08:25:30 CEST 2010


vlc/vlc-1.1 | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Mon Jun 28 01:53:00 2010 +0200| [feb809ccf41941c6e82c243111acebd5c45bc3b8] | committer: Jean-Baptiste Kempf 

MacOS: fixes memory management issue. closes #3807

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit f4ffaf1a8845d590a0cef7c31309e94185a1be1c)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=feb809ccf41941c6e82c243111acebd5c45bc3b8
---

 modules/gui/macosx/simple_prefs.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index eb6c055..a386429 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -741,7 +741,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];
     }
 }
 



More information about the vlc-commits mailing list