]> git.proxmox.com Git - mirror_qemu.git/commit
Revert "qstring: add qstring_free()"
authorMarkus Armbruster <armbru@redhat.com>
Fri, 11 Dec 2020 17:11:38 +0000 (18:11 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Sat, 19 Dec 2020 09:38:43 +0000 (10:38 +0100)
commit88e25b1e6d8a0e3672ba8d5bae5c1df768c35bc8
tree1bf0dce562f75f31b80ae95d1173ee4b8574166b
parenteab3a4678b07267c39e7290a6e9e7690b1d2a521
Revert "qstring: add qstring_free()"

This reverts commit 164c374b75f87c6765a705c4418ab7005a2d356f.

A free function for a reference-counted object is in bad taste.
Fortunately, this one is now also unused.  Drop it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-7-armbru@redhat.com>
include/qapi/qmp/qstring.h
qobject/qstring.c