cleanup_config: Free all member before freeing structure 20/318320/1 accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20250116.162908
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:28:44 +0000 (19:28 +0900)
commitf3b7b7039c0651990d4889257e97a26cc49843af
treeb580c4ff8a99ca9b1752628e2173ac9e1c02e0a7
parentd04327b5c744358581b21211ecf1c4c4894be0f2
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: Ibb9218abb4a1e3913a8cd8ace0d2306382a8bc7a
Signed-off-by: Unsung Lee <unsung.lee@samsung.com>
src/storage/cleanup_config.c