Commit 5b4308dd authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed memory leak

(cherry picked from commit 2eab05e34ae0f580c25fde33c183bd9737c8aa3f)
parent cc884078
...@@ -1875,7 +1875,7 @@ unsigned int CocoaKeyToVLC( unichar i_key ) ...@@ -1875,7 +1875,7 @@ unsigned int CocoaKeyToVLC( unichar i_key )
if( version == 1 ) if( version == 1 )
{ {
NSMutableString * o_workString = [[NSMutableString alloc] initWithFormat:@"%s", config_GetPsz( VLCIntf, "extraintf" )]; NSMutableString * o_workString;
NSRange returnedRange; NSRange returnedRange;
NSRange fullRange; NSRange fullRange;
BOOL b_needsRestart = NO; BOOL b_needsRestart = NO;
......
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