Commit 8235cc34 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/CAS: fixed memory leak

parent 35626be0
...@@ -110,6 +110,7 @@ static VLCConvertAndSave *_o_sharedInstance = nil; ...@@ -110,6 +110,7 @@ static VLCConvertAndSave *_o_sharedInstance = nil;
[defaults registerDefaults:appDefaults]; [defaults registerDefaults:appDefaults];
[defaultProfiles release]; [defaultProfiles release];
[defaultProfileNames release];
} }
+ (VLCConvertAndSave *)sharedInstance + (VLCConvertAndSave *)sharedInstance
......
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