Commit bb849243 authored by Lucas Russo's avatar Lucas Russo

libuhutils: fix missing free to fmc_board field from hutils_hints_t

parent bb2f6119
......@@ -338,6 +338,7 @@ static void _hutils_hints_free_item (void **data)
if (*data) {
hutils_hints_t *item = *data;
free (item->fmc_board);
free (item->bind);
free (item);
*data = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment