summaryrefslogtreecommitdiff
path: root/plugins/IEView/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEView/src')
-rw-r--r--plugins/IEView/src/IEView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/IEView.cpp b/plugins/IEView/src/IEView.cpp
index 1129af324e..8b0ce78ff4 100644
--- a/plugins/IEView/src/IEView.cpp
+++ b/plugins/IEView/src/IEView.cpp
@@ -1092,7 +1092,7 @@ bool IEView::mouseClick(POINT pt) {
SendMessage(GetParent(hwnd), WM_COMMAND, IDCANCEL, 0);
}
CallService(MS_UTILS_OPENURL, OUF_NEWWINDOW|OUF_TCHAR, (LPARAM) url);
- delete url;
+ mir_free(url);
result = true;
}
element->Release();