From b3f98965a7e0b8d971555f3e4eeaf1ff50454765 Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Fri, 30 Jan 2004 12:40:34 +0000 Subject: [PATCH] executeAndReturnError autoreleases the AEDesc now. --- ITOSAScript.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITOSAScript.m b/ITOSAScript.m index 675b3ac..6f1a27f 100755 --- a/ITOSAScript.m +++ b/ITOSAScript.m @@ -120,7 +120,7 @@ Script Subtypes: OSADispose([_component componentInstance], resultID); - return cocoaDesc; + return [cocoaDesc autorelease]; } @end -- 2.20.1