Nope, fixed!

On Wed, 2006-03-01 at 12:26 +0300, Oleg Lapshin wrote:
> Hello
> 
> As for db_add_sievescript function in db.c
> 
> At the beginning:
> 
>         escaped_scriptname = dm_stresc(scriptname);
>         escaped_script = dm_stresc(script);
> 
> but
>       dm_free(escaped_script);
> 
> only once at the end of function.
> dm_free(escaped_scriptname); is called 3 times
> 
> Is it write?
> 
> 

Reply via email to