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:
Riccardo Mottola 2010-11-18 10:01:01 +00:00
parent a8749dd060
commit 9c2e1a4b7b

View file

@ -502,6 +502,7 @@ NSString
NSRunAlertPanel(@"Save Project",
@"Couldn't remove the old project backup file",
@"OK",nil,nil);
[dict release];
return NO;
}