aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mplayer/files/patch-libmpdemux-demux_rtp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mplayer/files/patch-libmpdemux-demux_rtp.cpp')
-rw-r--r--multimedia/mplayer/files/patch-libmpdemux-demux_rtp.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/patch-libmpdemux-demux_rtp.cpp b/multimedia/mplayer/files/patch-libmpdemux-demux_rtp.cpp
new file mode 100644
index 000000000000..dd6287b5bd38
--- /dev/null
+++ b/multimedia/mplayer/files/patch-libmpdemux-demux_rtp.cpp
@@ -0,0 +1,11 @@
+--- libmpdemux/demux_rtp.cpp.orig Thu Jun 3 15:30:55 2004
++++ libmpdemux/demux_rtp.cpp Thu Jul 22 23:29:36 2004
+@@ -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: