mirror of https://github.com/asterisk/asterisk
A memory leak was present in func_json due to using ast_json_free, which just calls ast_free, as opposed to recursively freeing the JSON object as needed. This is now fixed to use the right free functions. ASTERISK-30293 #close Change-Id: I982324dde841dc9147c8d8ad35c8719daf418b4920.1
parent
1e77b8c473
commit
002afc3f2a
Loading…
Reference in new issue