Changeset af5aece7d5356daadacec2e260df961be78d3b6c

Show
Ignore:
Timestamp:
05/30/08 15:02:07 (3 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1212152527 +0200
git-parent:

[deb87a07e5eca0662506ab6500de48c187e2a3e9]

git-author:
Rafaël Carré <funman@videolan.org> 1212152522 +0200
Message:

Fix double free - CID 131

Files:

Legend:

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

    r5e15258 raf5aece  
    397397    if( id->p_input == NULL ) 
    398398    { 
    399         free( id ); 
    400  
    401399        sout_MuxDelete( p_mux ); 
    402400        sout_AccessOutDelete( p_access );