Changeset 5d6c8137d529c3efb773339d65367c954251eb43

Show
Ignore:
Timestamp:
31/07/08 09:35:47 (4 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1217489747 +0200
git-parent:

[b99613a3e91faf43a090c46176c046a5844ef820]

git-author:
Adrien Maglo <magsoft@videolan.org> 1217409722 +0200
Message:

Fix a memleak when using the --use-stream-immediate option.

Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/stream.c

    rac217da r5d6c813  
    513513 
    514514    if( p_sys->method == Block ) block_ChainRelease( p_sys->block.p_first ); 
     515    else if ( p_sys->method == Immediate ) free( p_sys->immediate.p_buffer ); 
    515516    else free( p_sys->stream.p_buffer ); 
    516517