In tagmanager/src/tm_workspace.c:

>  
> +	if (!outf)
> +		return NULL;
> +	if (!tmp_errfile)
> +	{
> +		g_unlink(outf);
> +		g_free(outf);
> +		return NULL;
> +	}

that's not correct, if outf failed to be created but not tmp_errfile, that last one is leaked. Unlikely I agreed, but still possible and probably worth fixing.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub