sorry for the delay, the patch will be processed this week, regards,
On Fri, Dec 7, 2012 at 7:40 AM, nr <[email protected]> wrote: > 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 > > -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com
_______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
