Fix retain/release problem

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5598 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-12-21 15:41:32 +00:00
parent baaabf339b
commit 6e788a64fa
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@ Mon Dec 20 15:28:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Source/NSView.m: Fix removal of view from window such that we reset * Source/NSView.m: Fix removal of view from window such that we reset
the windows first responder if any of the removed views in first the windows first responder if any of the removed views in first
responder (avoid crash iv views subsequently deallocated). responder (avoid crash iv views subsequently deallocated).
* Source/NSBundleAdditions.m: Removed excess release of bundle data.
Mon Dec 20 11:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk> Mon Dec 20 11:00:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>

View file

@ -288,7 +288,6 @@
} }
RELEASE(unarchiver); RELEASE(unarchiver);
} }
RELEASE(data);
} }
return loaded; return loaded;
} }