diff --git a/api.c b/api.c index 5c44f184..7b7019f2 100644 --- a/api.c +++ b/api.c @@ -587,6 +587,7 @@ static void io_free() do { io_next = io_list->next; + free(io_list->io_data->ptr); free(io_list->io_data); free(io_list);