contrib / coccinelle / free.coccion commit t9813: avoid using pipes (c6f44e1)
   1@@
   2expression E;
   3@@
   4- if (E)
   5  free(E);