summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-12 12:30:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-12 12:30:00 +0200
commit1c7f9c81b495dfd367b0c947f09cfde819fa1ea3 (patch)
treefe99df926965f2f9f06423693e0cbc0c905d73bd /HISTORY
parent4c28809e2d438f3907427dab9bf35c2d8ebb1662 (diff)
downloadvdr-1c7f9c81b495dfd367b0c947f09cfde819fa1ea3.tar.gz
vdr-1c7f9c81b495dfd367b0c947f09cfde819fa1ea3.tar.bz2
Added a debug error message to cReceiver::~cReceiver() in case it is still attached to a device1.5.7
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c8ff1e7a..c2d9aa7e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5343,3 +5343,5 @@ Video Disk Recorder Revision History
- cBitmap::SetXpm() now checks whether the given Xpm pointer is not NULL, to
avoid a crash with files that only contain "/* XPM */" (suggested by Andreas
Mair).
+- Added a debug error message to cReceiver::~cReceiver() in case it is still
+ attached to a device (thanks to Reinhard Nissl).