From: Kent Sutherland Date: Fri, 30 Jan 2004 12:40:34 +0000 (+0000) Subject: executeAndReturnError autoreleases the AEDesc now. X-Git-Tag: v0.2~20 X-Git-Url: http://git.ithinksw.org/ITFoundation.git/commitdiff_plain/b3f98965a7e0b8d971555f3e4eeaf1ff50454765 executeAndReturnError autoreleases the AEDesc now. --- 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