fixed unimrcp to prevent double destroy of connection

This commit is contained in:
Christopher Rienzo 2011-07-06 15:49:59 +00:00
parent 3484f3386f
commit 493085bb48
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}