summaryrefslogtreecommitdiff
path: root/coccinelle/free_and_replace.cocci
Commit message (Collapse)AuthorAge
* tree-wide: introduce free_and_replace helperZbigniew Jędrzejewski-Szmek2017-07-05
It's a common pattern, so add a helper for it. A macro is necessary because a function that takes a pointer to a pointer would be type specific, similarly to cleanup functions. Seems better to use a macro.