memleak fix: decoder/bounding-box
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 18 Aug 2023 05:26:25 +0000 (14:26 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 22 Aug 2023 02:52:18 +0000 (11:52 +0900)
commit916f07e1d5b0a394dd7626c13d365e5d24b28cce
treee63747fd53be5f424b25150eba31e022e191d7ef
parent4845d76ebcf15787b8a098ca17254de3d1caf393
memleak fix: decoder/bounding-box

"results" is allocated in ```_get_objects_mp_palm_detection_``` macro.
Do not allocate it before calling it.

Fixes #4185

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
ext/nnstreamer/tensor_decoder/tensordec-boundingbox.c