]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qobject/qnum.c
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / qobject / qnum.c
index 5dd66938dd84dcb77c184bf2dd69e1473d3ec5d7..2bbeaedc7b44768fb1c5e22abd83430565acf8eb 100644 (file)
@@ -239,3 +239,8 @@ void qnum_destroy_obj(QObject *obj)
     assert(obj != NULL);
     g_free(qobject_to(QNum, obj));
 }
+
+void qnum_unref(QNum *q)
+{
+    qobject_unref(q);
+}