[Fontconfig] fontconfig: Branch 'master'

Lawrence D'Oliveiro ldo at geek-central.gen.nz
Mon Dec 14 18:35:47 UTC 2020


On Mon, 14 Dec 2020 11:22:16 +0000 (UTC), GitLab Mirror wrote:

> +    if (format_optarg) {
> +	free ((void*)format_optarg);
> +	format_optarg = NULL;
> +    }

No need to make this sort of thing conditional. free(3) of a NULL
pointer is a harmless no-op.


More information about the Fontconfig mailing list