contrib / coccinelle / free.coccion commit strbuf: add strbuf_add_real_path() (33ad9dd)
   1@@
   2expression E;
   3@@
   4- if (E)
   5  free(E);