missing kore_free()

This commit is contained in:
Joris Vink 2019-10-20 23:42:37 +02:00
parent dc55a48d87
commit 88330a5fcd
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,8 @@ json_item_free(struct kore_json_item *item)
default:
fatal("%s: unknown type %d", __func__, item->type);
}
kore_free(item);
}
static int