xserver/config
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
..
10-evdev.conf config: only match sane devices in 10-evdev.conf 2010-04-08 15:21:00 +10:00
config-backends.h config: add libudev input-hotplug backend 2009-12-30 19:05:44 +00:00
config.c Revert "Add a "flags" field to DeleteInputDeviceRequest." 2010-05-26 07:54:35 -07:00
dbus-api Hotplug: D-Bus: API version 2 2007-08-01 01:53:31 +03:00
dbus-core.c DBUS_API_SUBJECT_TO_CHANGE is already defined on the command line 2009-02-04 09:49:54 +10:00
dbus.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
hal.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
Makefile.am Move 10-evdev.conf to system config dir $datadir/X11/xorg.conf.d 2010-04-08 15:21:01 +10:00
udev.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
x11-input.fdi x11-input.fdi: Add options needed to handle adding USB devices on Solaris 2009-01-30 21:45:12 -08:00
xorg-server.conf add basic D-BUS configuration mechanism 2006-07-21 15:19:49 -04:00