[vlc-commits] commit: MacOS: fixes memory management issue. closes #3807 ( Sebastien Zwickert )
git at videolan.org
git at videolan.org
Mon Jun 28 08:24:00 CEST 2010
vlc | branch: master | Sebastien Zwickert <dilaroga at free.fr> | Mon Jun 28 01:53:00 2010 +0200| [f4ffaf1a8845d590a0cef7c31309e94185a1be1c] | committer: Jean-Baptiste Kempf
MacOS: fixes memory management issue. closes #3807
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f4ffaf1a8845d590a0cef7c31309e94185a1be1c
---
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 78ef652..1050e8a 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -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];
}
}
More information about the vlc-commits
mailing list