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: I982324dde841dc9147c8d8ad35c8719daf418b49pull/30/head
parent
d5c8f60a72
commit
cb1d31bc3e
Loading…
Reference in new issue