sequencer (rebase -i): implement the 'reword' command
[git] / contrib / coccinelle / free.cocci
1 @@
2 expression E;
3 @@
4 - if (E)
5   free(E);