xserver-multidpi/hw/dmx/config
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
Canvas.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
Canvas.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
CanvasP.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxcompat.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxcompat.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxconfig.c Use the default XKB settings for dmx and kdrive. 2009-10-20 13:32:11 +10:00
dmxconfig.h Use the default XKB settings for dmx and kdrive. 2009-10-20 13:32:11 +10:00
dmxparse.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
dmxparse.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxprint.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxprint.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxtodmx.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
dmxtodmx.man Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
Makefile.am Fix .man.N targets for AM_SILENT_RULES 2010-03-22 00:45:55 -05:00
parser.y Prepare Xdmx and Xvfb for modularization by adding appropriate #include 2005-07-12 00:52:48 +00:00
scanner.l Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function 2006-02-11 19:16:51 +00:00
test-a.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-a.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-b.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-b.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-c.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-c.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-d.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-d.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-e.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-e.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-f.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-f.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-g.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-g.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-h.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-h.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-i.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-i.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-j.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-j.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-k.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-k.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-l.in Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
test-l.out Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
TODO Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
vdltodmx.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
vdltodmx.man Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00
xdmxconfig.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
xdmxconfig.man Add Distributed Multihead X (DMX) support 2004-06-30 20:06:56 +00:00