stroke: Fix memory leak when printing unknown AC group OIDs

This commit is contained in:
Tobias Brunner
2014-04-09 16:06:17 +02:00
parent 297bc06ca9
commit a04ef18bda
@@ -1093,6 +1093,7 @@ static void stroke_list_acerts(linked_list_t *list, bool utc, FILE *out)
if (str)
{
fprintf(out, "%s", str);
free(str);
}
else
{