revert to use of g_free to make future qemu integrations easier (#695)
* revert to use of g_free to make future qemu integrations easier * bracing
This commit is contained in:
committed by
Nguyen Anh Quynh
parent
6a2eb14ff3
commit
fccbcfd4c2
@@ -63,5 +63,5 @@ QInt *qobject_to_qint(const QObject *obj)
|
||||
static void qint_destroy_obj(QObject *obj)
|
||||
{
|
||||
assert(obj != NULL);
|
||||
free(qobject_to_qint(obj));
|
||||
g_free(qobject_to_qint(obj));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user