mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Accidentally left some non-GC code enabled in GC mode.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f7cc7203d9
commit
0a6a7216ac
1 changed files with 2 additions and 0 deletions
|
@ -802,7 +802,9 @@ static NSNotificationCenter *default_center = nil;
|
|||
#else
|
||||
o->observer = observer;
|
||||
#endif
|
||||
#ifndef __OBJC_GC__
|
||||
o->retained = 0;
|
||||
#endif
|
||||
o->next = 0;
|
||||
|
||||
if (object != nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue