summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utilities.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities.cpp b/utilities.cpp
index 2248cf0..827f131 100644
--- a/utilities.cpp
+++ b/utilities.cpp
@@ -434,7 +434,7 @@ int onSendFile(WPARAM w, LPARAM l)
}
}
}
-// mir_free(file[i]);
+ mir_free(file[i]);
file[i]=mir_tstrdup(path_out.c_str());
delete [] file_out;
transfers.push_back(path_out);