- Timestamp:
- 03/07/08 22:55:07 (5 months ago)
- git-parent:
- Files:
-
- modules/stream_out/rtsp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/stream_out/rtsp.c
r3561b9b r5cf3939 139 139 free( rtsp->psz_path ); 140 140 vlc_mutex_destroy( &rtsp->lock ); 141 142 free( rtsp ); 141 143 } 142 144
