Mercurial > mplayer.hg
changeset 10997:2f7c74ce8c9a
1000l to pl, this made mplayer crash when playing playlists longer
than 2 entries. I'm too lazy to debug so I'm just reverting the code.
Someone who cares about the memleak can fix it properly.
author | rfelker |
---|---|
date | Sat, 04 Oct 2003 01:24:50 +0000 |
parents | a4f14ec6eadb |
children | b96a23f1fa24 |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Oct 03 22:51:05 2003 +0000 +++ b/mplayer.c Sat Oct 04 01:24:50 2003 +0000 @@ -1271,11 +1271,11 @@ stream=NULL; demuxer=NULL; if (d_audio) { - free_demuxer_stream(d_audio); + //free_demuxer_stream(d_audio); d_audio=NULL; } if (d_video) { - free_demuxer_stream(d_video); + //free_demuxer_stream(d_video); d_video=NULL; } sh_audio=NULL;