Fix: Reorder variable declaration to fix memory leaks 65/281765/3 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/7.0/unified/20221110.061854 accepted/tizen/7.0/unified/hotfix/20221116.104538 accepted/tizen/8.0/unified/20231005.092553 accepted/tizen/unified/20220925.234919 accepted/tizen/unified/20220925.234948 accepted/tizen/unified/20220926.025512 accepted/tizen/unified/20220928.020801 tizen_7.0_m2_release tizen_8.0_m2_release
authorDewal Agarwal <d1.agarwal@samsung.com>
Wed, 21 Sep 2022 14:28:59 +0000 (19:58 +0530)
committerDewal Agarwal <d1.agarwal@samsung.com>
Thu, 22 Sep 2022 16:10:39 +0000 (21:40 +0530)
commitf88c61b3dd2608243f2e84f7c6ae390a9017ed86
tree07840fb26c41fe4d972f2451ca9b96de79e8519c
parent722d34a5587f7bf107f9b00678d0200f660a59b3
Fix: Reorder variable declaration to fix memory leaks

-- xml objects are not freed.
-- free them using xmlFree, change scope of variables.

Change-Id: If465aee96312786d991ea5fc66c4b0c5eddb510d
Signed-off-by: Dewal Agarwal <d1.agarwal@samsung.com>
packaging/account-parser.spec
src/account.c