Added a debug error message to cReceiver::~cReceiver() in case it is still attached to a device

This commit is contained in:
Klaus Schmidinger
2007-08-12 12:30:00 +02:00
parent 4c28809e2d
commit 1c7f9c81b4
3 changed files with 11 additions and 2 deletions

View File

@@ -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).