From df14d39c07a22130218388e7ce421710580408be Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 21 Feb 2013 13:16:56 +0000 Subject: correct comments in headers git-svn-id: http://svn.miranda-ng.org/main/trunk@3670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Variables/src/tokenregister.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'plugins/Variables/src/tokenregister.cpp') diff --git a/plugins/Variables/src/tokenregister.cpp b/plugins/Variables/src/tokenregister.cpp index 7a7bbcf95f..5da24aed01 100644 --- a/plugins/Variables/src/tokenregister.cpp +++ b/plugins/Variables/src/tokenregister.cpp @@ -237,12 +237,9 @@ TCHAR *parseFromRegister(ARGUMENTSINFO *ai) else if (trCopy.szCleanupService != NULL) CallService( trCopy.szCleanupService, 0, (LPARAM)callRes ); } - if (trCopy.flags & TRF_FREEMEM ) { - if (trCopy.memType == TR_MEM_MIRANDA ) + if (trCopy.flags & TRF_FREEMEM) + if (trCopy.memType == TR_MEM_MIRANDA) mir_free(( void* )callRes ); -// else if (trCopy.memType == TR_MEM_VARIABLES ) -// mir_free((void *)callRes); - } } LeaveCriticalSection(&csRegister); return res; -- cgit v1.2.3