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; }