On Fri, 7 Dec 2012, Lauri Kasanen wrote:
On Fri, 7 Dec 2012 10:28:18 +0100 (CET)
nr <[email protected]> wrote:
Then running Valgrind I stumbled up on a couple of leaks in
mk_lib.c
ctx->workers allocated in mklib_start is never free'd on mklib_stop.
Add free(ctx->workers); above free(ctx);
config->plugins allocated in mk_config.c:mk_config_set_init_values
Add free(config->plugins); above free(config);
Hi
I don't have commit access, so please post a patch with these.
Ok, I will create a patch againt the development branch.
Correction:
config->plugins should be free'd inside mk_config.c:mk_config_free_all
Regards
Björ
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey