From ae030c74dac83ff84ae5d7148c474b6cb1f12791 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 21 Apr 2013 10:36:18 +0000 Subject: memory allocation problem git-svn-id: http://svn.miranda-ng.org/main/trunk@4500 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/sendqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/TabSRMM/src/sendqueue.h b/plugins/TabSRMM/src/sendqueue.h index 8d6d470fde..a5b2e63d69 100644 --- a/plugins/TabSRMM/src/sendqueue.h +++ b/plugins/TabSRMM/src/sendqueue.h @@ -77,7 +77,7 @@ public: ~SendQueue() { for (int i = 0; i < NR_SENDJOBS; i++) - free(m_jobs[i].szSendBuffer); + mir_free(m_jobs[i].szSendBuffer); } SendJob *getJobByIndex(const int index) { return(&m_jobs[index]); } -- cgit v1.2.3