diff --git a/src/stream.c b/src/stream.c index 939c4dbc2..a96ddcb86 100644 --- a/src/stream.c +++ b/src/stream.c @@ -386,6 +386,8 @@ static void stream_free(struct stream *s) offer_buffers(NULL, tasks_run_queue); } + pool_free(pool_head_uniqueid, s->unique_id); + hlua_ctx_destroy(s->hlua); s->hlua = NULL; if (s->txn)