repo.or.cz
/
systemd_ALT.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1:255.13-alt1
[systemd_ALT.git]
/
coccinelle
/
mfree.cocci
blob
191cd626f52a49709111347d4e039810d532f2cb
1
/* SPDX-License-Identifier: LGPL-2.1-or-later */
2
@@
3
expression p;
4
@@
5
- free(p);
6
- p = NULL;
7
+ p = mfree(p);