For:

Nicolas Kaiser <[email protected]> (02/04/2011):
> -             if (pptNew2) xfree(pptNew2);
> -             if (pboxNew2) xfree(pboxNew2);
> +             if (pptNew2) free(pptNew2);
> +             if (pboxNew2) free(pboxNew2);

and others, you may want to get rid of the if(), free() can handle
NULL.

KiBi.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to