summaryrefslogtreecommitdiff
path: root/coccinelle/mfree.cocci
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-0/+6
This replaces this: free(p); p = NULL; by this: p = mfree(p); Change generated using coccinelle. Semantic patch is added to the sources.