mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
fix memory leak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31620 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
da048c3aa0
commit
a8749dd060
2 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
* Framework/PCProjectEditor.m:
|
||||
Remove useless instruction and assignment.
|
||||
|
||||
* Framework/PCProject.m:
|
||||
Fix memory leak.
|
||||
|
||||
2010-11-16 German Arias <german@xelalug.org>
|
||||
* Framework/PCFileManager.m: Allow open .project directories
|
||||
to add files placed at project directory in AddFiles panel.
|
||||
|
|
|
@ -107,6 +107,7 @@ NSString
|
|||
|
||||
if (udict != nil)
|
||||
[dict addEntriesFromDictionary: udict];
|
||||
[udict release];
|
||||
[self assignProjectDict:dict atPath: aPath];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue