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
..
2009-04-09 17:00:19 +02:00
2009-06-01 05:28:42 +00:00
2011-03-29 01:58:42 +00:00
2010-09-03 13:16:24 +00:00
2011-04-20 18:19:03 +00:00
2009-08-22 13:22:20 +00:00
2010-09-10 13:39:49 +02:00
2010-09-06 07:52:54 -07:00
2011-01-03 21:52:22 +01:00
2009-04-09 17:00:19 +02:00
2009-08-13 16:54:28 +00:00
2008-01-25 18:47:12 +00:00
2009-11-28 21:31:39 +01:00
2009-06-01 05:28:42 +00:00
2008-01-25 18:07:54 +00:00
2009-04-09 17:00:19 +02:00
2009-04-09 17:00:19 +02:00
2007-09-10 20:44:08 +00:00
2009-06-01 05:28:42 +00:00
2008-01-25 18:47:12 +00:00
2009-04-09 17:00:19 +02:00
2009-04-09 17:00:19 +02:00
2009-04-09 17:00:19 +02:00
2011-04-20 18:19:03 +00:00
2009-06-01 05:28:42 +00:00
2009-04-09 17:00:19 +02:00
2008-01-25 18:07:54 +00:00
2009-04-09 17:00:19 +02:00
2009-04-09 17:00:19 +02:00
2007-09-10 20:44:08 +00:00
2009-04-09 17:00:19 +02:00
2009-04-09 17:00:19 +02:00
2007-09-10 20:44:08 +00:00
2009-04-09 17:00:19 +02:00
2009-04-09 17:00:19 +02:00
2009-04-09 17:00:19 +02:00
2009-04-09 17:00:19 +02:00
2007-09-10 20:44:08 +00:00
2011-01-03 21:52:22 +01:00