mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
fix memory leak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31623 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9c2e1a4b7b
commit
d27ac097b1
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ NSString
|
||||||
{
|
{
|
||||||
[projectFileDict setObject:windows forKey:PCWindows];
|
[projectFileDict setObject:windows forKey:PCWindows];
|
||||||
[projectFileDict writeToFile:projectFile atomically:YES];
|
[projectFileDict writeToFile:projectFile atomically:YES];
|
||||||
|
[projectFileDict release];
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue