summaryrefslogtreecommitdiff
path: root/gpg_wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gpg_wrapper.cpp')
-rw-r--r--gpg_wrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpg_wrapper.cpp b/gpg_wrapper.cpp
index e549af7..14f0c74 100644
--- a/gpg_wrapper.cpp
+++ b/gpg_wrapper.cpp
@@ -93,8 +93,8 @@ pxResult pxExecute(wstring *acommandline, char *ainput, string *aoutput, LPDWORD
commandline += _T("--display-charset utf-8 ");
commandline += _T("-z 9 ");
commandline += *acommandline;
- mir_free(bin_path);
- mir_free(home_dir);
+ delete [] bin_path; //hmm
+ delete [] home_dir;
}
debuglog<<"gpg in: "<<commandline<<"\n";