xserver/hw/kdrive/fake
Repository files (latest commit first)
Filename Latest commit message Latest commit date
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
..
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
fake.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
fake.h kdrive: Remove unused overlay fb support 2010-01-06 19:47:53 +06:00
fakeinit.c dix: move config_init into the DDX. 2010-02-15 09:15:18 +10:00
kbd.c kdrive: fix Xfake build by removing the old keysym stuff 2009-10-18 06:29:32 +09:00
Makefile.am Fix relink targets for silent rules 2010-03-22 00:45:52 -05:00
mouse.c Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
os.c Death to RCS tags. 2007-06-29 14:06:52 -04:00