From 97ff7746465a46b430007bb3ee59e24aa26b6958 Mon Sep 17 00:00:00 2001 From: leslie Date: Wed, 25 Feb 2009 17:49:09 +0800 Subject: [PATCH] cardclient: use safe clear --- systems/cardclient/cc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/cardclient/cc.c b/systems/cardclient/cc.c index 6ea9d48..e7afdfa 100644 --- a/systems/cardclient/cc.c +++ b/systems/cardclient/cc.c @@ -287,5 +287,5 @@ bool cSystemLinkCardClient::ParseLinePlain(const char *line) void cSystemLinkCardClient::Clean(void) { - ListLock(true); Clear(); ListUnlock(); + SafeClear(); } -- 2.39.5