From 517ae9d0ea44732e39af40c290c116aec99420cd Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Fri, 2 Aug 2013 19:48:45 +0000
Subject: mir_ptr<> shall be initialized by NULL by default

git-svn-id: http://svn.miranda-ng.org/main/trunk@5554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 protocols/MRA/src/MraRTFMsg.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'protocols')

diff --git a/protocols/MRA/src/MraRTFMsg.cpp b/protocols/MRA/src/MraRTFMsg.cpp
index f69d080b26..fd7fa41bd9 100644
--- a/protocols/MRA/src/MraRTFMsg.cpp
+++ b/protocols/MRA/src/MraRTFMsg.cpp
@@ -202,7 +202,7 @@ DWORD CMraProto::MraConvertToRTFW(LPCWSTR lpwszMessage, size_t dwMessageSize, LP
 		return ERROR_BUFFER_OVERFLOW;
 	}
 
-	mir_ptr<CHAR> lpszMessage((LPSTR)mir_calloc(dwMessageSize+32));
+	ptrA lpszMessage((LPSTR)mir_calloc(dwMessageSize+32));
 	if (!lpszMessage)
 		return GetLastError();
 
-- 
cgit v1.2.3