Corrected a segfault on close.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@18705 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-02-28 14:43:23 +00:00
parent 784cb5c265
commit e89e7a3bff
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-02-28 09:50 Gregory John Casamento <greg_casamento@yahoo.com>
* PCLib/PCButton.m: Removed extraneous RELEASE which was causing
a segfault.
2004-02-28 08:40 Gregory John Casamento <greg_casamento@yahoo.com>
* PCLib/PCProjectBuilder.m: -build: method now calls make: directly

View file

@ -54,7 +54,7 @@
if (ttWindow != nil)
{
RELEASE(ttWindow);
// RELEASE(ttWindow);
}
[super dealloc];