filterlistmodel tests: Plug a leak

g_list_model_get_item is transfer full.
This commit is contained in:
Matthias Clasen 2020-07-16 08:48:56 -04:00
parent 6c1217dd93
commit f94f325636

View File

@ -38,6 +38,8 @@
g_assertion_message (G_LOG_DOMAIN, __FILE__, __LINE__, G_STRFUNC, _s); \
g_free (_s); \
} \
g_object_unref (o1); \
g_object_unref (o2); \
} \
}G_STMT_END