Added a comment to cRecorder::Activate() about the need to call Detach() in the destructor

This commit is contained in:
Klaus Schmidinger
2015-01-15 14:29:18 +01:00
parent 66c65beea7
commit 3bb447cf8d
3 changed files with 11 additions and 3 deletions

View File

@@ -8379,3 +8379,5 @@ Video Disk Recorder Revision History
- Added cOsdProvider::OsdSizeChanged(), which plugins that implement an output device
can call to signal a change in the OSD that requires a redraw of the currently
displayed object (thanks to Thomas Reufer).
- Added a comment to cRecorder::Activate() about the need to call Detach() in the
destructor (suggested by Eike Sauer).