2
0
Fork 0

[mod_progress] free data on module unload properly

personal/stbuehler/wip
Thomas Porzelt 2011-11-26 16:17:31 +01:00
parent 2d52ff9170
commit 3af94cf12d
1 changed files with 1 additions and 0 deletions

View File

@ -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) {