aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 0f57fd0c..b73e4707 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -912,6 +912,9 @@ static void delete_temporary_folder(const char *tmpdir, int n_proc)
if ( rmdir(tmpdir) ) {
ERROR("Failed to delete temporary folder: %s\n", strerror(errno));
}
+
+ free(workerdir);
+ free(path);
}