On Fri, Apr 15, 2011 at 06:27:05PM +0300, Revital Eres wrote:
> +  if (all_sccs->sccs)
> +    free (all_sccs->sccs);

No need to check for non-NULL prior to free'ing.

-Nathan

Reply via email to