summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-15 14:29:18 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-15 14:29:18 +0100
commit3bb447cf8d346f151a56aa7da5360db6da2db570 (patch)
treecc2573a58f42080ab063396a4a1a252740d91dc1 /HISTORY
parent66c65beea7ac5c6dbc416b89b3a5800d31a0ecd7 (diff)
downloadvdr-3bb447cf8d346f151a56aa7da5360db6da2db570.tar.gz
vdr-3bb447cf8d346f151a56aa7da5360db6da2db570.tar.bz2
Added a comment to cRecorder::Activate() about the need to call Detach() in the destructor
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fbcd0d0d..5f1cf7e7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).