diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-08-22 06:32:09 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-08-22 06:32:09 +0300 |
commit | c83fb4b4bfd6b29e0264d5215ce43f6afe10ce51 (patch) | |
tree | 4138c085fd34d5f240fee74923d97f593f3f9068 /gpg_wrapper.cpp | |
parent | eb9bd73e489c5b7a0e75f1c3140dfbd9b9f29ae4 (diff) |
autoexchange fixes
db event filter fixes
backported fixes from miranda_ng port
Diffstat (limited to 'gpg_wrapper.cpp')
-rwxr-xr-x | gpg_wrapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpg_wrapper.cpp b/gpg_wrapper.cpp index 3ad3d23..e420faa 100755 --- a/gpg_wrapper.cpp +++ b/gpg_wrapper.cpp @@ -96,8 +96,8 @@ pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD commandline += _T("--display-charset utf-8 "); commandline += _T("-z 9 "); commandline += *acommandline; - delete [] bin_path; //hmm - delete [] home_dir; + mir_free(bin_path); + mir_free(home_dir); } debuglog<<time_str()<<": gpg in: "<<commandline<<"\n"; |