This reverts commit 18eb55546a54e443d94a4c49286348176ad4b00a. Discussion can be seen at:
https://lore.kernel.org/r/[email protected] Cc: Maciej S. Szmigiero <[email protected]> Cc: Cédric Le Goater <[email protected]> Signed-off-by: Peter Xu <[email protected]> --- include/qapi/error.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/qapi/error.h b/include/qapi/error.h index b16c6303f8..f3ce4a4a2d 100644 --- a/include/qapi/error.h +++ b/include/qapi/error.h @@ -437,8 +437,6 @@ Error *error_copy(const Error *err); */ void error_free(Error *err); -G_DEFINE_AUTOPTR_CLEANUP_FUNC(Error, error_free) - /* * Convenience function to assert that *@errp is set, then silently free it. */ -- 2.50.1
