remove glib dependency by provide compatible replacements
This commit is contained in:
@ -64,5 +64,5 @@ QFloat *qobject_to_qfloat(const QObject *obj)
|
||||
static void qfloat_destroy_obj(QObject *obj)
|
||||
{
|
||||
assert(obj != NULL);
|
||||
g_free(qobject_to_qfloat(obj));
|
||||
free(qobject_to_qfloat(obj));
|
||||
}
|
||||
|
Reference in New Issue
Block a user