From 48a9e546878ae074202e0301f428193b7915d68f Mon Sep 17 00:00:00 2001 From: ritsuka Date: Tue, 17 Mar 2015 13:56:21 +0000 Subject: MacGui: convert the mac gui to Objective-C ARC. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBQueueOutlineView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/HBQueueOutlineView.m') diff --git a/macosx/HBQueueOutlineView.m b/macosx/HBQueueOutlineView.m index 2408f9129..53e7a3fac 100644 --- a/macosx/HBQueueOutlineView.m +++ b/macosx/HBQueueOutlineView.m @@ -91,7 +91,7 @@ [rowIndexes addIndexes:selectedRowIndexes]; } - return [[rowIndexes copy] autorelease]; + return [rowIndexes copy]; } @end -- cgit v1.2.3