Commit 93b60e9b authored by Derk-Jan Hartman's avatar Derk-Jan Hartman Committed by Jean-Baptiste Kempf

macosx intf: another strdup memleak

(cherry picked from commit a037a08d58e5b97af4ec09071818126fd581b27f)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a1c9010b
......@@ -853,7 +853,7 @@
case VLC_VAR_INTEGER:
o_title = text_list.p_list->p_values[i].psz_string ?
[[VLCMain sharedInstance] localizedString: strdup( text_list.p_list->p_values[i].psz_string )] :
[[VLCMain sharedInstance] localizedString: text_list.p_list->p_values[i].psz_string] :
[NSString stringWithFormat: @"%d",
val_list.p_list->p_values[i].i_int];
......
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