Changeset 165
- 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
| r164 |
r165 |
|
| 387 | 387 | if (player->audioRtp) close(player->audioRtp); |
|---|
| 388 | 388 | 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); |
|---|
| 391 | 391 | } |
|---|
| 392 | 392 | |
|---|
Download in other formats:
|
|