diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-19 01:24:08 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-19 01:24:08 +0200 |
commit | 9b7140c620713d8d004fb2fc62f2cd296d0bc63b (patch) | |
tree | 0a09ac560014a973ca208bb31f409b708274a6f7 | |
parent | 70042db65c8d8ada267826e823a5465631aac619 (diff) |
modified: utilities.cpp
-rw-r--r-- | utilities.cpp | 2 |
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); |