Mercurial > mplayer.hg
changeset 12866:332f24a1dd5c
Updated to conform to a small change in the LIVE.COM API.
author | rsf |
---|---|
date | Tue, 20 Jul 2004 02:12:08 +0000 |
parents | 52138861a3c5 |
children | e481fece8971 |
files | libmpdemux/demux_rtp.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_rtp.cpp Tue Jul 20 02:11:21 2004 +0000 +++ b/libmpdemux/demux_rtp.cpp Tue Jul 20 02:12:08 2004 +0000 @@ -407,7 +407,7 @@ delete rtpState->sdpDescription; delete rtpState; - delete env; delete scheduler; + env->reclaim(); delete scheduler; } ////////// Extra routines that help implement the above interface functions: