contrib / coccinelle / free.coccion commit Merge branch 'ls/filter-process' (dbaa6bd)
   1@@
   2expression E;
   3@@
   4- if (E)
   5  free(E);