cListObject now implements a private copy constructor and assignment operator, to keep derived objects from calling them implicitly

This commit is contained in:
Klaus Schmidinger
2017-05-09 08:39:19 +02:00
parent 7d1dde01ba
commit 8e9d445248
4 changed files with 17 additions and 3 deletions

View File

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