1
0
mirror of https://github.com/coturn/coturn.git synced 2026-01-10 01:31:33 +01:00

cosmetics

This commit is contained in:
mom040267 2014-11-09 10:30:26 +00:00
parent 9ee8788e16
commit 1ab7628cc1
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -105,7 +105,7 @@
==================================================================
1) uclient program upgrade to a full solution.
none
==================================================================

View File

@ -187,7 +187,7 @@ void recalculate_restapi_hmac(void) {
g_upwd[pwd_length] = 0;
}
}
free(pwd);
turn_free(pwd,strlen(pwd)+1);
}
}
}