mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fixed memory leak in -[MMAppController openFiles:withArguments:]
This commit is contained in:
committed by
Bjorn Winckler
parent
2d1fc65b0e
commit
6e1e046cbb
@@ -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]);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user