pki: Fix memory leak when printing unknown AC group OIDs

This commit is contained in:
Tobias Brunner 2014-04-09 15:53:35 +02:00
parent ce845838ea
commit 297bc06ca9
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ static void print_ac(ac_t *ac)
if (str)
{
printf("%s", str);
free(str);
}
else
{