Deallocate the list memory after using it 82/283782/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 31 Oct 2022 06:12:28 +0000 (15:12 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Thu, 3 Nov 2022 01:47:52 +0000 (10:47 +0900)
commit32bbfac6045d6ab61ff09a6af6daf92fabb45dee
treefc38575712e22d033781cd1f81ed98aa2c61e026
parentc6b7badd297ef6e2b674fce8e8ac0af8b3f1107e
Deallocate the list memory after using it

- Issue:
Command list was note deallocated after using it.

- Solution:
vc_cmd_db module creates the command list for update commands DB, but
after using it, the module did not deallocate the list. It can occur
memory leak. Thus, this patch adds code for deallocating the list.

Change-Id: Iffc7acb78aa577fdd56a27efd1abdc2a802d05eb
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/vc_cmd_db.c