Mem-leak in iceoryx2_bb_posix::Directory::contents()
on failure
#287
Labels
bug
Something isn't working
iceoryx2_bb_posix::Directory::contents()
on failure
#287
Required information
When the
contents
call fails, it will immediately return withfail!
and skip the release of the acquired memoryposix::free
for the file names.The text was updated successfully, but these errors were encountered: