Changeset 2f38e7377e4040e0a20de0bea50c7c4714c93a41

Show
Ignore:
Timestamp:
01/09/07 22:04:56 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1188677096 +0000
git-parent:

[7ab18bda8d89925ec0632f63ca5f3f8b83e880dc]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1188677096 +0000
Message:

Fix segmentation fault

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/rtsp.c

    r7ab18bd r2f38e73  
    329329                        const httpd_message_t *query ) 
    330330{ 
    331     sout_stream_t *p_stream = id->stream->owner; 
     331    sout_stream_t *p_stream = rtsp->owner; 
    332332    char psz_sesbuf[17]; 
    333333    const char *psz_session = NULL, *psz; 
    334334 
    335     if( answer == NULL || query == NULL
     335    if( answer == NULL || query == NULL || cl == NULL
    336336        return VLC_SUCCESS; 
    337337