xserver-multidpi/dbe
Mikhail Gusarov 0a4d8cbdcd Remove more superfluous if(p) checks around free(p)
This patch has been generated by the following Coccinelle semantic patch:

@@
expression E;
@@

-if(E) { free(E); }
+free(E);

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Reviewed-by: Matt Turner <mattst88@gmail.com>
2010-06-06 20:27:18 +07:00
..
dbe.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dbestruct.h Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
Makefile.am get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
midbe.c Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
midbe.h Change the devPrivates API to require dixRegisterPrivateKey 2010-06-05 19:23:03 -07:00
midbestr.h devPrivates rework: since API is already broken, switch everything 2007-08-28 09:28:25 -04:00