From 1fcfc8bf934974d48945e62f2b79ab1f3374ae3c Mon Sep 17 00:00:00 2001 From: mccallum Date: Sat, 18 Mar 1995 15:47:46 +0000 Subject: [PATCH] (dealloc): Call NSDeallocateObject(). git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@148 72102866-910b-0410-8b05-ffd578937521 --- Source/Proxy.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Proxy.m b/Source/Proxy.m index 4ad00b689..f72029891 100644 --- a/Source/Proxy.m +++ b/Source/Proxy.m @@ -317,7 +317,7 @@ static inline BOOL class_is_kind_of(Class self, Class aClassObject) coll_hash_delete(_method_types); object_dispose((Object*)self); #else - object_dispose(self); + NSDeallocateObject(self); #endif }