mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
8c89a86607
commit
8a88a7f66e
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
|
||||
|
||||
* libs/base/trunk/Source/NSObject.m: When calling -.cxx_dealloc,
|
||||
|
|
Loading…
Reference in a new issue