summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-01-26 19:50:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2003-01-26 19:50:19 +0100
commit5693873b9b010124c33b8bc725fe178c3ca3a4f1 (patch)
treea801bca8ede1fc59e948067404bad82393bb8261 /HISTORY
parent829c834d3045145f048436ff4f5ad0e6acc083ef (diff)
downloadvdr-5693873b9b010124c33b8bc725fe178c3ca3a4f1.tar.gz
vdr-5693873b9b010124c33b8bc725fe178c3ca3a4f1.tar.bz2
Fixed a new/delete malloc/free mismatch
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 90859361..db954d44 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1941,3 +1941,8 @@ Video Disk Recorder Revision History
- Fixed handling user defined CFLAGS in libdtv/libvdr/Makefile (thanks to Clemens
Kirchgatterer and Robert Schiele).
- Fixed skipping unavailable channels in the EPG scanner.
+
+2003-01-26: Version 1.1.23
+
+- Fixed a new/delete malloc/free mismatch in ringbuffer.c (thanks to Stefan
+ Huelswitt for reporting this one).