mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
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:
parent
ab48c495ec
commit
9c707e2a8d
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
the windows first responder if any of the removed views in first
|
||||
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>
|
||||
|
||||
|
|
|
@ -288,7 +288,6 @@
|
|||
}
|
||||
RELEASE(unarchiver);
|
||||
}
|
||||
RELEASE(data);
|
||||
}
|
||||
return loaded;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue