]> granicus.if.org Git - handbrake/commitdiff
MacGui: fix live preview crash caused by the ARC conversion.
authorritsuka <damiog@gmail.com>
Tue, 17 Mar 2015 18:27:39 +0000 (18:27 +0000)
committerritsuka <damiog@gmail.com>
Tue, 17 Mar 2015 18:27:39 +0000 (18:27 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6999 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/HBPreviewGenerator.m

index 3608060cee2e10121fa670c05c58b217571c9fdd..d999791f67f86ffa58757c8f1a9fed887bfc2ce0 100644 (file)
@@ -19,7 +19,7 @@
 @property (unsafe_unretained, nonatomic, readonly) HBCore *scanCore;
 @property (unsafe_unretained, nonatomic, readonly) HBJob *job;
 
-@property (unsafe_unretained, nonatomic) HBCore *core;
+@property (nonatomic, strong) HBCore *core;
 
 @end