Corrected a segfault

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18078 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-11-12 05:21:35 +00:00
parent 4145f67ef3
commit f0561498e9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-11-12 00:27 Gregory John Casamento <greg_casamento@yahoo.com>
* GormViewEditor.m: Removed extra RELEASE which was causing
a segfault.
2003-11-11 17:27 Gregory John Casamento <greg_casamento@yahoo.com>
* GormNSSplitViewInspector.[hm]: Added implementation

View file

@ -277,7 +277,7 @@ static BOOL currently_displaying = NO;
if (closed == NO)
[self close];
RELEASE(_editedObject);
// RELEASE(_editedObject);
[super dealloc];
}