]> git.ipfire.org Git - thirdparty/systemd.git/blame - coccinelle/mfree.cocci
Merge pull request #9199 from poettering/copy-file-atomic
[thirdparty/systemd.git] / coccinelle / mfree.cocci
CommitLineData
a1e58e8e
LP
1@@
2expression p;
3@@
4- free(p);
5- p = NULL;
6+ p = mfree(p);