[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: Patch to fix bug #1553558, Stack corruption PCB bug inhid_parse_actions?
> The attached patch seems to fix the ExecuteFile action for me.
Applied, although:
> + if (list != NULL)
> + {
> + free(list);
> + list = NULL;
> + }
> +
> + if (str != NULL)
> + {
> + free (str);
> + str = NULL;
> + }
There's no need to zero these out, as they're just about to go out of
scope.
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev