blob: c03ba737e5fafe63218c7023ce8bbd66c47f7dc5 [file] [log] [blame]
@@
expression E;
@@
- if (E)
free(E);
@@
expression E;
@@
- if (!E)
free(E);