From 31becc8878a7ef4fdbb6bb86a62c104bc470a3a7 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 22 Apr 2016 18:52:30 +0000 Subject: SimpleAR: Oopps git-svn-id: http://svn.miranda-ng.org/main/trunk@16748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SimpleAR/src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SimpleAR/src') diff --git a/plugins/SimpleAR/src/Main.cpp b/plugins/SimpleAR/src/Main.cpp index 7ebd3d52e7..d980a4298a 100644 --- a/plugins/SimpleAR/src/Main.cpp +++ b/plugins/SimpleAR/src/Main.cpp @@ -192,7 +192,7 @@ INT addEvent(WPARAM hContact, LPARAM hDBEvent) TCHAR *ptszNick = db_get_tsa(hContact, pszProto, "Nick"); if (ptszNick == 0) { - mir_free(ptszNick); + mir_free(ptszVal); return FALSE; } -- cgit v1.2.3