Drop stray debug printf()s
This commit is contained in:
parent
fadc2e9417
commit
f836aceaec
1 changed files with 0 additions and 2 deletions
|
@ -1039,10 +1039,8 @@ rtsp_process_request(http_connection_t *hc)
|
|||
void
|
||||
rtsp_disconncet(http_connection_t *hc)
|
||||
{
|
||||
printf("Disconnect..\n");
|
||||
pthread_mutex_lock(&global_lock);
|
||||
if(hc->hc_rtsp_session != NULL)
|
||||
rtsp_destroy_unref(hc->hc_rtsp_session);
|
||||
pthread_mutex_unlock(&global_lock);
|
||||
printf("Disconnect.. done\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue