mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
fix memory leak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@31622 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a8749dd060
commit
9c2e1a4b7b
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ NSString
|
|||
NSRunAlertPanel(@"Save Project",
|
||||
@"Couldn't remove the old project backup file",
|
||||
@"OK",nil,nil);
|
||||
[dict release];
|
||||
return NO;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue