cperciva d6da92763e The value le->name cannot be NULL when we're freeing an entry in the
hardlink table for two reasons: 1. If le->name is set to NULL, the
structure le won't be inserted into the table; 2. Even if le somehow
did manage to get into the table with le->name equal to NULL, we would
die when we dereferenced le->null before we could get to the point of
freeing the entry.

Remove the unnecessary "if (le->name != NULL)" test and just free the
pointer.

Found by:	Coverity Prevent
2008-05-23 05:07:22 +00:00
..
2006-12-28 04:58:38 +00:00
2007-03-09 14:36:18 +00:00
2007-03-28 07:48:03 +00:00
2007-03-10 07:10:01 +00:00
2007-03-10 07:11:20 +00:00
2006-12-24 19:55:38 +00:00
2008-03-03 08:32:58 +00:00
2006-12-18 15:36:31 +00:00
2008-04-04 21:33:41 +00:00
2006-12-24 14:23:35 +00:00
2008-04-02 09:41:29 +00:00
2007-11-09 16:31:47 +00:00
2008-05-15 10:51:30 +00:00
2008-02-05 17:34:44 +00:00
2007-11-30 11:02:36 +00:00
2006-12-26 10:37:37 +00:00
2007-03-04 08:24:13 +00:00
2008-02-19 07:09:19 +00:00
2007-03-25 18:37:59 +00:00
2007-11-07 07:59:38 +00:00
2006-12-26 12:43:12 +00:00
2008-02-09 09:12:02 +00:00
2008-05-19 11:35:11 +00:00
2008-01-16 19:27:43 +00:00
2007-11-07 07:56:57 +00:00
2007-01-20 08:24:02 +00:00
2008-05-16 20:09:29 +00:00
2007-02-27 12:06:02 +00:00
2006-12-23 19:15:39 +00:00
2008-01-15 07:40:30 +00:00
2008-04-04 21:35:13 +00:00
2008-05-13 09:42:03 +00:00
2006-12-28 10:58:06 +00:00