*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1994-11-08 20:12:12 +00:00
parent aa33e29a63
commit ff9b9b68a1
8 changed files with 23 additions and 18 deletions

View file

@ -345,7 +345,7 @@ static inline BOOL class_is_kind_of(CLASS self, CLASS aClassObject)
- autorelease
{
/* xxx Problems here if the Connection goes away? */
[autorelease_class addObject:self];
[autorelease_class autoreleaseObject:self];
return self;
}