On Fri, May 23, 2014 at 16:29, Brendan MacDonell wrote:
> 
> I think this can be extended to expressions, not just identifiers:
> 
>   @@
>   expression x;
>   @@
>   -if (x) { free(x); }
>   +free(x);
> 
> This catches another 47 instances. A patch against CVS follows.

Thanks, applied.

Reply via email to