mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
fixed unimrcp to prevent double destroy of connection
This commit is contained in:
parent
3484f3386f
commit
493085bb48
@ -804,9 +804,6 @@ static apt_bool_t rtsp_client_on_disconnect(rtsp_client_t *client, rtsp_client_c
|
||||
remaining_handles = apr_hash_count(rtsp_connection->session_table);
|
||||
}
|
||||
|
||||
if(!remaining_handles && !cancelled_requests) {
|
||||
rtsp_client_connection_destroy(rtsp_connection);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user