executeAndReturnError autoreleases the AEDesc now.
authorKent Sutherland <ksuther@ithinksw.com>
Fri, 30 Jan 2004 12:40:34 +0000 (12:40 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Fri, 30 Jan 2004 12:40:34 +0000 (12:40 +0000)
ITOSAScript.m

index 675b3ac..6f1a27f 100755 (executable)
@@ -120,7 +120,7 @@ Script Subtypes:
     
     OSADispose([_component componentInstance], resultID);
     
-    return cocoaDesc;
+    return [cocoaDesc autorelease];
 }
 
 @end