]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ari_websockets: Fix frack if ARI config fails to load.
authorGeorge Joseph <gjoseph@sangoma.com>
Wed, 2 Apr 2025 14:44:00 +0000 (08:44 -0600)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 1 May 2025 12:39:48 +0000 (12:39 +0000)
commitfae0f48187aea906135b3d47576625bff1df1c55
tree699bafcf43210e0b49ba5846d08d9ce893890b1e
parent8d69af73d6dc1d59daaa4f8e6199e55945fa3221
ari_websockets: Fix frack if ARI config fails to load.

ari_ws_session_registry_dtor() wasn't checking that the container was valid
before running ao2_callback on it to shutdown registered sessions.

(cherry picked from commit 234ca964e5ff7d42974b4211e950721c50ffe178)
res/ari/ari_websockets.c