mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 23:51:15 +08:00
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:
@@ -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
|
||||
|
||||
@@ -204,7 +204,7 @@ fts_open(
|
||||
SET(FTS_NOCHDIR);
|
||||
}
|
||||
}
|
||||
|
||||
free(parent);
|
||||
return (sp);
|
||||
|
||||
mem3: fts_lfree(root);
|
||||
|
||||
Reference in New Issue
Block a user