]> git.ipfire.org Git - thirdparty/asterisk.git/commit
attestation_config.c: Use ast_free instead of ast_std_free
authorGeorge Joseph <gjoseph@sangoma.com>
Tue, 5 Mar 2024 19:12:08 +0000 (12:12 -0700)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 5 Mar 2024 22:16:26 +0000 (22:16 +0000)
commit54464321a86e83d9581e5584fa3adc82994e8331
treebe5f362c897780675605c7a5e5c375384ab4b199
parent5a734afdde0c72cea29b84caf6d3d51065217a6b
attestation_config.c: Use ast_free instead of ast_std_free

In as_check_common_config, we were calling ast_std_free on
raw_key but raw_key was allocated with ast_malloc so it
should be freed with ast_free.

Resolves: #636
res/res_stir_shaken/attestation_config.c