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:41:04
|
Hi Hannes! On Fri, Sep 16, 2011 at 03:25:22PM +0200, Hannes Schüller wrote: > Please, no asymmetric freeing anymore! This lead to a lot of > seemingly unrelated issues in the past. What's ment by assymetric feeing, freeing memory where it isn't mallo()d? The script function frees memory that it hasn't malloc()d. Then the script function should not free arg->s, but it does. What was the reason to free arg->s in the script function? Daniel |