mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 13:06:14 +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);
|
||||
|
||||
g_test_message ("Using temporary directory: %s", path);
|
||||
|
||||
g_free (path);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user