mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
testfilemonitor: Fix a trivial leak in the test
Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #1910
This commit is contained in:
parent
322347e103
commit
b7e84fb903
@ -27,6 +27,8 @@ setup (Fixture *fixture,
|
|||||||
fixture->tmp_dir = g_file_new_for_path (path);
|
fixture->tmp_dir = g_file_new_for_path (path);
|
||||||
|
|
||||||
g_test_message ("Using temporary directory: %s", path);
|
g_test_message ("Using temporary directory: %s", path);
|
||||||
|
|
||||||
|
g_free (path);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user