From 1c44f2df0725c7673b0522121461337270cd47c6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 21 Feb 2013 13:03:09 +0000 Subject: service MS_VARS_FREEMEMORY replaced with the direct call of mir_free git-svn-id: http://svn.miranda-ng.org/main/trunk@3669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils/mir_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Utils') diff --git a/plugins/Utils/mir_buffer.h b/plugins/Utils/mir_buffer.h index 2b74cb7d11..0428b9b969 100644 --- a/plugins/Utils/mir_buffer.h +++ b/plugins/Utils/mir_buffer.h @@ -530,7 +530,7 @@ static void ReplaceTemplate(Buffer *out, HANDLE hContact, TCHAR *templ, T if (tmp != NULL) { out->append(tmp); - variables_free(tmp); + mir_free(tmp); out->pack(); return; } -- cgit v1.2.3