Re: [Vimprobable-users] [PATCH] Possible fix for crash on :echo
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Daniel C. <dan...@gm...> - 2011-09-16 13:00:44
|
Hi! The patch introducs memory leaks because only the script function that is used for the javascript and echo command frees the given arg->s, other function do not free the argument. We should decide where to free the memory. I know that the descussion about freeing was done in the paste (http://www.vimprobable.org/mailman/archives/vimprobable-users/2011-January/000590.html), but I can't find a solution for the problem there. I would prefer the way Thoma Adam showed in mail (http://www.vimprobable.org/mailman/archives/vimprobable-users/2011-January/000602.html). Daniel |