On 06/04/20 08:34, Markus Armbruster wrote: > Paolo, looks like this has fallen through the cracks. If you'd prefer > me to take it, let me know. > > Markus Armbruster <arm...@redhat.com> writes:
Actually it was in my latest pull request, but between this version, Marc-André and mine you might have missed it: commit 7f5d9b206d1e86425faa5b84b551068bf044b823 Author: Paolo Bonzini <pbonz...@redhat.com> Date: Thu Mar 26 10:41:21 2020 +0100 object-add: don't create return value if failed No need to return an empty value from object-add (it would also leak if the command failed). While at it, remove the "if" around object_unref since object_unref handles NULL arguments just fine. Reported-by: Marc-André Lureau <marcandre.lur...@redhat.com> Message-Id: <20200325184723.2029630-4-marcandre.lur...@redhat.com> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> Thanks, Paolo