summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorschmirl <schmirl>2010-02-20 23:05:20 +0000
committerschmirl <schmirl>2010-02-20 23:05:20 +0000
commitfc99a72467ec2a284b4242dcf9dc90689a295a99 (patch)
treeac3ee2fb9a2d4a6ae2e47fd92a5603a88206f2f0 /HISTORY
parentccbc738202f73dd0ca192e08494cd7938d4f666b (diff)
downloadvdr-plugin-streamdev-fc99a72467ec2a284b4242dcf9dc90689a295a99.tar.gz
vdr-plugin-streamdev-fc99a72467ec2a284b4242dcf9dc90689a295a99.tar.bz2
fixed a memory leak in cStreamdevPatFilter::GetPid (thanks to lhanisch)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8b4ac6e..7cfd08c 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
+- fixed a memory leak in cStreamdevPatFilter::GetPid (thanks to lhanisch)
- length -1 is the correct value for streams in M3U playlists
- added DELT FORCE option to delete running timers (thanks to Alwin Esch)
- fixed missing virtual destructor for cTSRemux