From b7b954e87586ccc764d23237d8fdbe6e07458da4 Mon Sep 17 00:00:00 2001 From: ritsuka Date: Sat, 23 Aug 2014 07:51:31 +0000 Subject: MacGui: fixed two small leaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6351 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBVideoController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/HBVideoController.m') diff --git a/macosx/HBVideoController.m b/macosx/HBVideoController.m index 57720172f..5f73b566a 100644 --- a/macosx/HBVideoController.m +++ b/macosx/HBVideoController.m @@ -1038,6 +1038,7 @@ NSString *HBVideoEncoderChangedNotification = @"HBVideoEncoderChangedNotificatio fMediumPresetIndex = i; } } + [fPresetNames autorelease]; fPresetNames = [[NSArray alloc] initWithArray:tmp_array]; [tmp_array release]; // setup the preset slider -- cgit v1.2.3