From 546f57a1402492f2aedeab1ca6cf9f3d3201795f Mon Sep 17 00:00:00 2001 From: ritsuka Date: Mon, 22 Dec 2014 07:30:12 +0000 Subject: MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fields. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6637 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBSubtitlesController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx/HBSubtitlesController.m') diff --git a/macosx/HBSubtitlesController.m b/macosx/HBSubtitlesController.m index 5c0ab5322..05eafa537 100644 --- a/macosx/HBSubtitlesController.m +++ b/macosx/HBSubtitlesController.m @@ -43,8 +43,8 @@ NSString *keySubTrackLanguageIndex = @"keySubTrackLanguageIndex"; @property (assign) IBOutlet NSButton *reloadDefaults; // Subtitles arrays -@property (nonatomic, readwrite) NSMutableArray *subtitleArray; -@property (nonatomic, readwrite) NSMutableArray *subtitleSourceArray; +@property (nonatomic, readwrite, retain) NSMutableArray *subtitleArray; +@property (nonatomic, readwrite, retain) NSMutableArray *subtitleSourceArray; @property (nonatomic, readwrite, retain) NSString *foreignAudioSearchTrackName; @property (nonatomic, readwrite) int container; -- cgit v1.2.3