fixed memory leaks.
This commit is contained in:
@@ -35,6 +35,7 @@ void AQH_EventLoop_free(AQH_EVENT_LOOP *eventLoop)
|
||||
if (eventLoop) {
|
||||
AQH_Object_List2_free(eventLoop->timerObjectList);
|
||||
AQH_Object_List2_free(eventLoop->fdObjectList);
|
||||
GWEN_FREE_OBJECT(eventLoop);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user