[mod_progress] free data on module unload properly
parent
2d52ff9170
commit
3af94cf12d
|
@ -543,6 +543,7 @@ static void plugin_progress_free(liServer *srv, liPlugin *p) {
|
|||
}
|
||||
|
||||
g_slice_free1(sizeof(mod_progress_worker_data) * srv->worker_count, pd->worker_data);
|
||||
g_slice_free(mod_progress_data, pd);
|
||||
}
|
||||
|
||||
static void plugin_progress_init(liServer *srv, liPlugin *p, gpointer userdata) {
|
||||
|
|
Loading…
Reference in New Issue