summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@coaxion.net>2019-10-22 06:58:55 +0000
committerSebastian Dröge <slomo@coaxion.net>2019-10-22 06:58:55 +0000
commit9c7a8c76d0d7a95fa2666d19113f7b20a55d6bf3 (patch)
tree7836110d88a6569f41faff0bf31cfeb15f6cc287
parent322347e1036732ad7c1b67d3429ce5e68f71eba3 (diff)
parentb7e84fb903690278bda5db90bd8206587c711ad0 (diff)
downloadglib-9c7a8c76d0d7a95fa2666d19113f7b20a55d6bf3.tar.gz
Merge branch 'testfilemonitor-leaks' into 'master'
Fix some minor leaks in testfilemonitor See merge request GNOME/glib!1167
-rw-r--r--gio/tests/testfilemonitor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/tests/testfilemonitor.c b/gio/tests/testfilemonitor.c
index 605795890..b74dc2b71 100644
--- a/gio/tests/testfilemonitor.c
+++ b/gio/tests/testfilemonitor.c
@@ -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