Commit 2eab05e3 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed memory leak

parent 5b8a4057
...@@ -1876,7 +1876,7 @@ unsigned int CocoaKeyToVLC( unichar i_key ) ...@@ -1876,7 +1876,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