mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
cListObject now implements a private copy constructor and assignment operator, to keep derived objects from calling them implicitly
This commit is contained in:
2
HISTORY
2
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.
|
||||
|
Reference in New Issue
Block a user