diff --git a/TODO b/TODO index 9b79ded..182c3a2 100644 --- a/TODO +++ b/TODO @@ -105,7 +105,7 @@ ================================================================== -1) uclient program upgrade to a full solution. +none ================================================================== diff --git a/src/apps/uclient/mainuclient.c b/src/apps/uclient/mainuclient.c index b69548f..164fdaa 100644 --- a/src/apps/uclient/mainuclient.c +++ b/src/apps/uclient/mainuclient.c @@ -187,7 +187,7 @@ void recalculate_restapi_hmac(void) { g_upwd[pwd_length] = 0; } } - free(pwd); + turn_free(pwd,strlen(pwd)+1); } } }