Changeset 0f3049ef88ee9e7a1047ff27521774616330390b

Show
Ignore:
Timestamp:
04/09/08 11:52:11 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1207734731 +0200
git-parent:

[91fcbb63196f47ef080ce2c16465a8da294a94c4]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1207734637 +0200
Message:

libvlc: Don't delete all the media in libvlc_vlm_release() as this should be done by vlm_Delete().

Note, this is already done by vlm_Delete() so there is probably a bug around.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/control/vlm.c

    rf4374c5 r0f3049e  
    156156    VLM(p_vlm); 
    157157 
    158     vlm_Control( p_vlm, VLM_CLEAR_MEDIAS, NULL ); 
    159158    vlm_Delete( p_vlm ); 
    160159}