diff options
-rw-r--r-- | test/containers.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/containers.c b/test/containers.c index 7ae117fb..b3710123 100644 --- a/test/containers.c +++ b/test/containers.c @@ -443,5 +443,9 @@ main (int argc, test_rmdir_if_exists (runtime_services_dir); test_rmdir_if_exists (runtime_dbus_dir); test_rmdir_must_exist (runtime_dir); + g_free (runtime_containers_dir); + g_free (runtime_services_dir); + g_free (runtime_dbus_dir); + g_free (runtime_dir); return ret; } |