commit | cf8170e2937d9a85c47d371cd3f8f01f8ff147ba | [log] [tgz] |
---|---|---|
author | Julian Hall <julian.hall@arm.com> | Tue Feb 22 11:41:07 2022 +0000 |
committer | György Szing <gyorgy.szing@arm.com> | Tue Jul 05 07:42:04 2022 +0200 |
tree | 76ac5d1fb7a607a04a41cdeaacd6eb34f2c16412 | |
parent | c9daea9a146e461483543c31a50a7699864dde0c [diff] |
Clean-up config_ramstore deletion The config_ramstore component uses malloc for each loaded config object. Ctor/dtor functions config_container_create and config_container_delete exist but config_container_delete is not used during config store tear-down. This change explicitly calls config_container_delete rather than just called free() directly. Signed-off-by: Julian Hall <julian.hall@arm.com> Change-Id: I7b69ea1878e4c227b198d4685610ad25dbd99e97