From 8e9d44524830c290f2fc83f08e188ba37a7740d4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 9 May 2017 08:39:19 +0200 Subject: cListObject now implements a private copy constructor and assignment operator, to keep derived objects from calling them implicitly --- HISTORY | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HISTORY') diff --git a/HISTORY b/HISTORY index 9523a98e..05247763 100644 --- a/HISTORY +++ b/HISTORY @@ -9007,3 +9007,5 @@ Video Disk Recorder Revision History - Fixed a memory leak in cSectionSyncerHash. The cSectionSyncerEntry objects put into the hash were never explicitly deleted. Now the cSectionSyncerHash takes ownership of these objects. +- cListObject now implements a private copy constructor and assignment operator, to keep + derived objects from calling them implicitly. -- cgit v1.2.3