diff options
-rw-r--r-- | sendto/caja-sendto-command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sendto/caja-sendto-command.c b/sendto/caja-sendto-command.c index 5d863b0..6e30885 100644 --- a/sendto/caja-sendto-command.c +++ b/sendto/caja-sendto-command.c @@ -225,6 +225,7 @@ pack_files (NS_ui *ui) engrampa_cmd, tmp_work_dir, filename, pack_type); + g_free (engrampa_cmd); /* engrampa doesn't understand URIs */ for (l = file_list ; l; l=l->next){ @@ -241,6 +242,7 @@ pack_files (NS_ui *ui) g_string_printf (tmp,"%s/%s%s", tmp_work_dir, filename, pack_type); + g_free (pack_type); g_free (tmp_work_dir); packed_file = g_filename_to_uri (tmp->str, NULL, NULL); g_string_free(tmp, TRUE); |