Cross Reference: mfree.cocci
xref
: /
systemd
/
coccinelle
/
mfree.cocci
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
@@
expression p;
@@
- free(p);
- p = NULL;
+ p = mfree(p);