Add autoptr cleanup backport for SoupUri

tingping/wmclass
Alexander Larsson 2015-11-17 11:29:43 +01:00
parent 7962be90f2
commit dcd17f82a5
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(OstreeGpgVerifyResult, g_object_unref)
#ifndef SOUP_AUTOCLEANUPS_H
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupSession, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupMessage, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupUri, soup_uri_free)
#endif
G_DEFINE_AUTOPTR_CLEANUP_FUNC(XdgAppSessionHelper, g_object_unref)