diff options
author | ritsuka <[email protected]> | 2015-01-19 15:35:35 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-19 15:35:35 +0000 |
commit | 2e7330affab701fb1443fec449e2b04690b32e33 (patch) | |
tree | b00b4de54ca6c26d5ecb7c13b15f344292b00988 /macosx/HBJob.m | |
parent | ea82134f6199f79cb939781cb38dceaa1534dbc1 (diff) |
MacGui: enable and fix more compiler warnings in the Xcode project.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6772 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBJob.m')
-rw-r--r-- | macosx/HBJob.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBJob.m b/macosx/HBJob.m index c55e99fa8..5bff37510 100644 --- a/macosx/HBJob.m +++ b/macosx/HBJob.m @@ -145,6 +145,7 @@ NSString *HBContainerChangedNotification = @"HBContainerChangedNotificatio [_chapterTitles release]; [_uuid release]; + [_presetName release]; [super dealloc]; } |