mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-19 00:51:51 +00:00
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:
parent
784cb5c265
commit
e89e7a3bff
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
if (ttWindow != nil)
|
||||
{
|
||||
RELEASE(ttWindow);
|
||||
// RELEASE(ttWindow);
|
||||
}
|
||||
|
||||
[super dealloc];
|
||||
|
|
Loading…
Reference in a new issue