Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering | 2015-09-09 | 1 | -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. |