mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
4145f67ef3
commit
f0561498e9
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -277,7 +277,7 @@ static BOOL currently_displaying = NO;
|
|||
if (closed == NO)
|
||||
[self close];
|
||||
|
||||
RELEASE(_editedObject);
|
||||
// RELEASE(_editedObject);
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue