Fix memory leak 43/258043/5
authorIlho Kim <ilho159.kim@samsung.com>
Mon, 10 May 2021 02:16:29 +0000 (11:16 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 28 May 2021 06:47:13 +0000 (06:47 +0000)
commit98bca600b212d7155be29ea890d9d46999b86971
tree985adce7c1f4c943429eda473b04ae9fe807c1d3
parent195355fe4b28e8a114b6e5fa801513071c1070cf
Fix memory leak

- There is need to free the list as well as elements
- Free the used list

Change-Id: I0b0c3d98e49d368e58ffbe34fd4f3bfd5905ff41
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
src/common/database/abstract_db_handler.cc
src/common/database/query_handler.cc