From 9c707e2a8d8784ce1ae4df96e2b3351351e0f47c Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Tue, 21 Dec 1999 15:41:32 +0000 Subject: [PATCH] Fix retain/release problem git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5598 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 1 + Source/NSBundleAdditions.m | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a27e232fe..5f3f52f9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Mon Dec 20 15:28:00 1999 Richard Frith-Macdonald * 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 diff --git a/Source/NSBundleAdditions.m b/Source/NSBundleAdditions.m index d4549c8af..270472982 100644 --- a/Source/NSBundleAdditions.m +++ b/Source/NSBundleAdditions.m @@ -288,7 +288,6 @@ } RELEASE(unarchiver); } - RELEASE(data); } return loaded; }