Changeset 165

Show
Ignore:
Timestamp:
09/17/07 19:56:02 (1 year ago)
Author:
sip
Message:

Fixed close video sockets on exit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • app_rtsp/app_rtsp.c

    r164 r165  
    387387        if (player->audioRtp)   close(player->audioRtp); 
    388388        if (player->audioRtcp)  close(player->audioRtcp); 
    389         if (player->videoRtp)   close(player->audioRtp); 
    390         if (player->videoRtcp)  close(player->audioRtcp); 
     389        if (player->videoRtp)   close(player->videoRtp); 
     390        if (player->videoRtcp)  close(player->videoRtcp); 
    391391} 
    392392 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software