]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Wed, 2 Apr 2025 16:28:39 +0000 (16:28 +0000)
commit234ca964e5ff7d42974b4211e950721c50ffe178
tree040ba70a83e85f22e93df03ab139d5a1ed0f2041
parent4e07d3d50f67fcb5d47f87413247ccbfd8535271
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.
res/ari/ari_websockets.c