summaryrefslogtreecommitdiff
path: root/plugins/SimpleAR
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2016-04-22 18:52:30 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2016-04-22 18:52:30 +0000
commit31becc8878a7ef4fdbb6bb86a62c104bc470a3a7 (patch)
treeb9312a2761d394c994eebcaa60098b97a41cbbec /plugins/SimpleAR
parent17da1798498188c1f221e738866107e69d6af066 (diff)
SimpleAR: Oopps
git-svn-id: http://svn.miranda-ng.org/main/trunk@16748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR')
-rw-r--r--plugins/SimpleAR/src/Main.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}