diff options
author | rsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-20 02:12:08 +0000 |
---|---|---|
committer | rsf <rsf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-07-20 02:12:08 +0000 |
commit | a26dcc7b48f4ec99bdb4746abe0bf39ae9246e08 (patch) | |
tree | ab916ef7fccd6418fec679f5b47859d09fc90637 | |
parent | 0ccf7cb05a1e541b162112b6e9ba8e22fa0f686e (diff) |
Updated to conform to a small change in the LIVE.COM API.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12867 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libmpdemux/demux_rtp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/demux_rtp.cpp b/libmpdemux/demux_rtp.cpp index 5fd47f7498..66dea7120e 100644 --- a/libmpdemux/demux_rtp.cpp +++ b/libmpdemux/demux_rtp.cpp @@ -407,7 +407,7 @@ extern "C" void demux_close_rtp(demuxer_t* demuxer) { delete rtpState->sdpDescription; delete rtpState; - delete env; delete scheduler; + env->reclaim(); delete scheduler; } ////////// Extra routines that help implement the above interface functions: |