]> git.proxmox.com Git - qemu.git/blobdiff - check-qint.c
Use glib memory allocation and free functions
[qemu.git] / check-qint.c
index f3b031698c4021612ba051ed1a61a501d7ed3683..3af51f20c82dea52f0d747ee34a0b14fe5ee632f 100644 (file)
@@ -32,7 +32,7 @@ START_TEST(qint_from_int_test)
     fail_unless(qobject_type(QOBJECT(qi)) == QTYPE_QINT);
 
     // destroy doesn't exit yet
-    qemu_free(qi);
+    g_free(qi);
 }
 END_TEST