From 4e02f499326971bce39ee041f336043431ad3913 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 12 Dec 2014 17:59:36 +0000 Subject: TranslitSwitcher: warning fix git-svn-id: http://svn.miranda-ng.org/main/trunk@11353 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TranslitSwitcher/src/Layoutproc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TranslitSwitcher') diff --git a/plugins/TranslitSwitcher/src/Layoutproc.cpp b/plugins/TranslitSwitcher/src/Layoutproc.cpp index 6a7a918a1a..30cdbba865 100644 --- a/plugins/TranslitSwitcher/src/Layoutproc.cpp +++ b/plugins/TranslitSwitcher/src/Layoutproc.cpp @@ -565,9 +565,9 @@ void TranslitLayout(bool lastword) } SendMessage(hwnd2, EM_SETSEL, (WPARAM)dwStart, (LPARAM)dwEnd); + mir_free(boo); } mir_free(sel); - mir_free(boo); } void InvertCase(bool lastword) @@ -633,9 +633,9 @@ void InvertCase(bool lastword) } SendMessage(hwnd2, EM_SETSEL, (WPARAM)dwStart, (LPARAM)dwEnd); + mir_free(boo); } mir_free(sel); - mir_free(boo); } int OnButtonPressed(WPARAM, LPARAM lParam) -- cgit v1.2.3