On 3/23/22 08:57, marcandre.lur...@redhat.com wrote:
From: Marc-André Lureau<marcandre.lur...@redhat.com>

Need wrappers for qobject_unref() calls, which is a macro.

Signed-off-by: Marc-André Lureau<marcandre.lur...@redhat.com>
---
  include/qapi/qmp/qbool.h   | 4 ++++
  include/qapi/qmp/qdict.h   | 4 ++++
  include/qapi/qmp/qlist.h   | 4 ++++
  include/qapi/qmp/qnull.h   | 4 ++++
  include/qapi/qmp/qnum.h    | 4 ++++
  include/qapi/qmp/qstring.h | 4 ++++
  qobject/qbool.c            | 5 +++++
  qobject/qdict.c            | 5 +++++
  qobject/qlist.c            | 5 +++++
  qobject/qnull.c            | 5 +++++
  qobject/qnum.c             | 5 +++++
  qobject/qstring.c          | 5 +++++
  12 files changed, 54 insertions(+)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to