aqhome: more work on transformation to event2/ipc2.
This commit is contained in:
@@ -72,10 +72,9 @@ void AQH_Object_free(AQH_OBJECT *o)
|
||||
{
|
||||
if (o && o->refCount>0) {
|
||||
if (--(o->refCount)==0) {
|
||||
GWEN_INHERIT_FINI(AQH_OBJECT, o);
|
||||
GWEN_LIST_FINI(AQH_OBJECT, o);
|
||||
|
||||
AQH_Link_List_free(o->linkList);
|
||||
GWEN_LIST_FINI(AQH_OBJECT, o);
|
||||
GWEN_INHERIT_FINI(AQH_OBJECT, o);
|
||||
|
||||
GWEN_FREE_OBJECT(o);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user