cleanup_config: Free all member before freeing structure 21/318321/1 accepted/tizen_9.0_unified tizen_9.0 accepted/tizen/9.0/unified/20250118.074100
authorUnsung Lee <unsung.lee@samsung.com>
Mon, 13 Jan 2025 05:19:09 +0000 (14:19 +0900)
committerUnsung Lee <unsung.lee@samsung.com>
Wed, 15 Jan 2025 10:32:57 +0000 (19:32 +0900)
commit49d30951ced425c1fa5ca8714f32b78860783963
tree1bc6ff5fe447456f745d9edcac49ecb6cbfaf9f0
parente8c14b7cac1a2f786a79be8a1814096056d4c9c1
cleanup_config: Free all member before freeing structure

Free all members of cleanup_config before freeing this structure.
Previously, the structure is freed at error situation without freeing the member.

Change-Id: Ib879efc6ccc2997901a5496b8510ce9cbfa804e2
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/storage/cleanup_config.c