2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>

Coverity Id 18
	* libmisc/shell/fts.c: Add free(parent) to correct leak.
This commit is contained in:
Joel Sherrill
2010-01-19 23:01:36 +00:00
parent d3231fbaef
commit e4d7016c1a
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 18
* libmisc/shell/fts.c: Add free(parent) to correct leak.
2010-01-19 Joel Sherrill <joel.sherrill@oarcorp.com>
Coverity Id 24
+1 -1
View File
@@ -204,7 +204,7 @@ fts_open(
SET(FTS_NOCHDIR);
}
}
free(parent);
return (sp);
mem3: fts_lfree(root);