aqhome: fixed memory leaks.
This commit is contained in:
@@ -89,6 +89,7 @@ void _freeData(void *bp, void *p)
|
||||
AQH_MSG_ENDPOINT_TTY *xep;
|
||||
|
||||
xep=(AQH_MSG_ENDPOINT_TTY*) p;
|
||||
free(xep->deviceName);
|
||||
GWEN_FREE_OBJECT(xep);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user