mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
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
This commit is contained in:
parent
68f58ffe56
commit
abf11bbcf1
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
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
|
2011-08-07 16:56 theraven
|
||||||
|
|
||||||
* libs/base/trunk/Source/NSObject.m: When calling -.cxx_dealloc,
|
* libs/base/trunk/Source/NSObject.m: When calling -.cxx_dealloc,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue