]> 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:32 +0000 (22:16 +0000)
commit1b94c905245840bdfa13330e0f3c1e441d6127f5
treed24ffc34dfa0449fda9210829c3dd456535251df
parent215424aa76e1755882d5e9ae18197eaee46ede96
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