c761bffe0b
Opendir() returns allocated storage which must be freed at the
end of function or in case any return on error. so freeing the
allocation using closedir in an error case.
Coverity issue: 323507
Coverity issue: 325880
Fixes:
|
||
---|---|---|
.. | ||
caam_jr_capabilities.c | ||
caam_jr_capabilities.h | ||
caam_jr_config.h | ||
caam_jr_desc.h | ||
caam_jr_hw_specific.h | ||
caam_jr_hw.c | ||
caam_jr_log.h | ||
caam_jr_pvt.h | ||
caam_jr_uio.c | ||
caam_jr.c | ||
Makefile | ||
meson.build | ||
rte_pmd_caam_jr_version.map |