pki: Fix memory leak when printing unknown AC group OIDs
This commit is contained in:
@@ -445,6 +445,7 @@ static void print_ac(ac_t *ac)
|
|||||||
if (str)
|
if (str)
|
||||||
{
|
{
|
||||||
printf("%s", str);
|
printf("%s", str);
|
||||||
|
free(str);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user