qom: eliminate identical functions
commit169cbac12d4fad5922619a0b64ad0aa66e9365a7
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 27 Oct 2020 16:12:57 +0000 (27 12:12 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Dec 2020 17:15:01 +0000 (10 12:15 -0500)
tree6ac42c4542d3ff02f7e73e7123736735111e1ac5
parenta6195b5b368865cab9200807763a9ad84d4eba64
qom: eliminate identical functions

Most property release functions in qom/object.c only free the opaque
value.  Combine all of them into a single function.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qom/object.c