From abf11bbcf1dab786cc36235ddae8b5c3ba287e06 Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 7 Aug 2011 18:01:35 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33705 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 51fd68e0c..fdf6e0f35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-08-07 18:00 theraven + + * libs/base/trunk/Source/NSObject.m: In -finalize, we're pretending + to be the Objective-C runtime, so we need to + actually use isa directly, rather than the safe version. A better + solution + would be to call object_dispose(), but this only works for + objects created with + class_createInstance(). + 2011-08-07 16:56 theraven * libs/base/trunk/Source/NSObject.m: When calling -.cxx_dealloc,