forked from AuroraMiddleware/gtk
filterlistmodel tests: Plug a leak
g_list_model_get_item is transfer full.
This commit is contained in:
parent
6c1217dd93
commit
f94f325636
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user