mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-08 04:45:31 +00:00
tests: origin: Fix memory leaks
This commit is contained in:
parent
1d1489e167
commit
7cba40ff60
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ test_dummy_origin_get_name (OriginFixture *fixture,
|
||||||
gconstpointer user_data)
|
gconstpointer user_data)
|
||||||
{
|
{
|
||||||
CallsOrigin *origin;
|
CallsOrigin *origin;
|
||||||
const gchar *name;
|
g_autofree char *name = NULL;
|
||||||
|
|
||||||
origin = CALLS_ORIGIN (fixture->dummy_origin);
|
origin = CALLS_ORIGIN (fixture->dummy_origin);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue