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>
|
||
|---|---|---|
| .. | ||
| Configint.h | ||
| DRI.c | ||
| Device.c | ||
| Extensions.c | ||
| Files.c | ||
| Flags.c | ||
| Input.c | ||
| InputClass.c | ||
| Layout.c | ||
| Makefile.am | ||
| Module.c | ||
| Monitor.c | ||
| Pointer.c | ||
| Screen.c | ||
| Vendor.c | ||
| Video.c | ||
| configProcs.h | ||
| read.c | ||
| scan.c | ||
| write.c | ||
| xf86Optrec.h | ||
| xf86Parser.h | ||
| xf86tokens.h | ||