[Mplayer-cvslog] CVS: main/libmpdemux demux_rtp.cpp,1.25,1.26

Ross Finlayson CVS syncmail at mplayerhq.hu
Tue Jul 20 04:12:11 CEST 2004


CVS change done by Ross Finlayson CVS

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv19813

Modified Files:
	demux_rtp.cpp 
Log Message:
Updated to conform to a small change in the LIVE.COM API.


Index: demux_rtp.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/demux_rtp.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- demux_rtp.cpp	3 Jun 2004 13:30:55 -0000	1.25
+++ demux_rtp.cpp	20 Jul 2004 02:12:08 -0000	1.26
@@ -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:




More information about the MPlayer-cvslog mailing list