Jim Meyering 046957830e remove useless if-before-free tests
Change "if (E) free (E);" to "free (E);" everywhere except in the
libgo/, intl/, zlib/ and classpath/ directories.
Also transform equivalent variants like
"if (E != NULL) free (E);" and allow an extra cast on the
argument to free.  Otherwise, the tested and freed "E"
expressions must be identical, modulo white space.

From-SVN: r172785
2011-04-20 18:19:03 +00:00
..
2010-04-01 18:22:00 +00:00
2011-04-12 22:27:49 +03:00
2011-04-16 20:43:03 +03:00
2009-07-19 15:07:21 +00:00
2009-07-19 15:07:21 +00:00
2011-01-22 00:42:17 +02:00
2011-02-24 16:51:17 +02:00