Systemd/coccinelle/mfree_return.cocci

7 lines
65 B
Plaintext

@@
expression p;
@@
- free(p);
- return NULL;
+ return mfree(p);