Changeset 465627aba620a0ffc15dc9cd5d77e9d1ec8e9972

Show
Ignore:
Timestamp:
04/11/06 18:09:54 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1162660194 +0000
git-parent:

[0d91bee07e3e1cfb6f87f3417e72951729f9f03f]

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

Fix remotely triggerable memory leak

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/services_discovery/sap.c

    r0d91bee r465627a  
    11771177            case( 'c' ): 
    11781178            { 
    1179                 if( p_sdp->i_media > 1 ) 
     1179                if( p_sdp->psz_connection != NULL ) // FIXME 
    11801180                    break; 
    11811181