Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> --- include/qom/object.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/qom/object.h b/include/qom/object.h index 128d00c77f..f96a44be64 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -1747,4 +1747,7 @@ Object *container_get(Object *root, const char *path); * Returns the instance_size of the given @typename. */ size_t object_type_get_instance_size(const char *typename); + +G_DEFINE_AUTOPTR_CLEANUP_FUNC(Object, object_unref) + #endif -- 2.24.0