Fixed memory leak in -[MMAppController openFiles:withArguments:]

This commit is contained in:
Jonathon Mah
2008-09-29 21:20:28 +09:30
committed by Bjorn Winckler
parent 2d1fc65b0e
commit 6e1e046cbb
+1 -1
View File
@@ -761,7 +761,7 @@ fsEventCallback(ConstFSEventStreamRef streamRef,
// arguments for each launching process can be looked up by its PID (in the
// pidArguments dictionary).
NSMutableDictionary *arguments = (args ? [args mutableCopy]
NSMutableDictionary *arguments = (args ? [[args mutableCopy] autorelease]
: [NSMutableDictionary dictionary]);
//