mv3d: fix bugs
authorTae-Young Chung <ty83.chung@samsung.com>
Thu, 22 Sep 2022 05:24:48 +0000 (14:24 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Thu, 22 Sep 2022 06:06:57 +0000 (15:06 +0900)
commit8cf7ba9a6489688f4502ba77b047e5fe86188b0e
tree5515550a6fcd1733448836beaa1aacb608422e1a
parent45c929981cd3a4c02d9f4b2765dda362a9cf5e31
mv3d: fix bugs

[Issue type] : bug fix (SVACE: WGID 499255,499256,499263,499267)

499255: fix flcose() with nullptr
499256: fix delete operation with malloc()
499263: fix assignment of a signed integer value to a bigger size_t
499267: fix memory leak of suffix_for_algo

Change-Id: I415baa95286527007e3b8aff8befd218ebe0a09b
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
mv_3d/3d/include/Mv3d.h
mv_3d/3d/src/Mv3d.cpp
mv_3d/3d/src/mv_3d_open.cpp
test/testsuites/mv3d/depth_test_suite.cpp
test/testsuites/mv3d/depthstream_test_suite.cpp