1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-21 02:45:28 +00:00

sip: Don't crash when handles never got set up

Still need to figure out how we can end up there, see #580

(cherry picked from commit 13ebabfadb)

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/736>
This commit is contained in:
Guido Günther 2024-06-22 10:17:33 +02:00 committed by Marge Bot
parent 8e6f5a1e8e
commit 43ce0e9ba0

View file

@ -218,6 +218,7 @@ remove_calls (CallsSipOrigin *self,
g_hash_table_remove_all (self->call_handles);
if (self->oper)
g_clear_pointer (&self->oper->call_handle, nua_handle_unref);
}