testfilemonitor: Fix a trivial leak in the test

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Helps: #1910
This commit is contained in:
Philip Withnall 2019-10-16 11:33:58 +01:00
parent 322347e103
commit b7e84fb903

View File

@ -27,6 +27,8 @@ setup (Fixture *fixture,
fixture->tmp_dir = g_file_new_for_path (path);
g_test_message ("Using temporary directory: %s", path);
g_free (path);
}
static void