summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/ieview_main.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-03-27 22:25:31 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-03-27 22:25:31 +0000
commite4302ad10ffffed04d4e11bfe9b11d2b389656a1 (patch)
tree62ccd91b84434992e14d108f3e560ae41478f0a6 /plugins/IEView/src/ieview_main.cpp
parentbcd3d5eedda6f93c8846f77848e950b4e78fcd81 (diff)
IEView:
- Fixed HTML encoding - minor bugfixes git-svn-id: http://svn.miranda-ng.org/main/trunk@12533 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ieview_main.cpp')
-rw-r--r--plugins/IEView/src/ieview_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/ieview_main.cpp b/plugins/IEView/src/ieview_main.cpp
index cbafdcd3c1..0c60062db8 100644
--- a/plugins/IEView/src/ieview_main.cpp
+++ b/plugins/IEView/src/ieview_main.cpp
@@ -65,7 +65,7 @@ extern "C" int __declspec(dllexport) Load(void)
GetCurrentDirectory(wdsize, workingDir);
Utils::convertPath(workingDir);
workingDirUtf8 = mir_utf8encodeT(workingDir);
- delete workingDir;
+ delete[] workingDir;
mir_getLP(&pluginInfoEx);
mir_getCLI();