diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-04-21 19:36:18 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-04-21 19:36:18 +0000 |
commit | 7a9951269d2d36900664931d1ed64f0fd200c5b3 (patch) | |
tree | 9fa986e0519ca3002c882714fcb255f17cffcad2 /plugins | |
parent | 0d2f2928952c7bbebf163662fd4c8e3683c4e066 (diff) |
New_GPG:
- Fixed error in r13018
git-svn-id: http://svn.miranda-ng.org/main/trunk@13020 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rwxr-xr-x | plugins/New_GPG/src/utilities.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/utilities.cpp b/plugins/New_GPG/src/utilities.cpp index ece87a569c..eb48e37e08 100755 --- a/plugins/New_GPG/src/utilities.cpp +++ b/plugins/New_GPG/src/utilities.cpp @@ -437,7 +437,6 @@ int onProtoAck(WPARAM w, LPARAM l) } if(result == pxSuccess) boost::filesystem::remove(filename); - mir_free(filename); } mir_free(filename); } |