Do not use g_autofree
commit07731ff3fc6ede1155a690d71b8ae2caedf680ba
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 27 Mar 2018 15:06:54 +0000 (27 16:06 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 28 Mar 2018 10:49:59 +0000 (28 11:49 +0100)
treefcde094a2cc0a20c95f8f49a773547cd64ddbc02
parent1180649a08486f84c59c98882d735b458aba8e2d
Do not use g_autofree

The g_auto macros are available only with GCC-compatible compilers on
Unix, but having __attribute__((cleanup)) is not part of our toolchain
requirements, so we shouldn't use it — even if we are building on
Unix-compatible systems.

https://bugzilla.gnome.org/show_bug.cgi?id=794732
gio/gdesktopappinfo.c
gio/gdocumentportal.c