<div>in function  Manage( vlc_object_t* p_object ), near line 2471: </div>
<div>                .......<br>                else<br>                {<br>                    if( vlm_MediaControl( vlm, p_media, p_instance->psz_name,<br>                                          "stop", 0 ) == VLC_SUCCESS ) i--;
<br>                }<br> </div>
<div>Is it should be 'j--' instead of  'i--'; </div>
<div>If use 'i--', 'i' will be little then -1 sometimes. Then the statement  'vlm_media_t *p_media = vlm->media[i]; ' above will be wrong.</div>
<div> </div>
<div>Maybe I have made a mistake. ;-)</div>
<div> </div>
<div>Thx</div>