Commit feb809cc authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Jean-Baptiste Kempf

MacOS: fixes memory management issue. closes #3807

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit f4ffaf1a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent aeb5dacd
...@@ -741,7 +741,6 @@ static inline void save_string_list( intf_thread_t * p_intf, id object, const ch ...@@ -741,7 +741,6 @@ static inline void save_string_list( intf_thread_t * p_intf, id object, const ch
if( p_stringobject ) if( p_stringobject )
{ {
config_PutPsz( p_intf, name, [p_stringobject UTF8String] ); config_PutPsz( p_intf, name, [p_stringobject UTF8String] );
[p_stringobject 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