1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 06:39:32 +00:00

tests: origin: Fix memory leaks

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-01-27 16:35:18 +01:00
parent 1d1489e167
commit 7cba40ff60

View file

@ -27,7 +27,7 @@ test_dummy_origin_get_name (OriginFixture *fixture,
gconstpointer user_data)
{
CallsOrigin *origin;
const gchar *name;
g_autofree char *name = NULL;
origin = CALLS_ORIGIN (fixture->dummy_origin);