diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-09 08:39:19 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-09 08:39:19 +0200 |
commit | 8e9d44524830c290f2fc83f08e188ba37a7740d4 (patch) | |
tree | 0fe1ce709f6f2912c4f786de7d2b0141d618af09 /HISTORY | |
parent | 7d1dde01baad1e387a93833498f45167ff504acd (diff) | |
download | vdr-8e9d44524830c290f2fc83f08e188ba37a7740d4.tar.gz vdr-8e9d44524830c290f2fc83f08e188ba37a7740d4.tar.bz2 |
cListObject now implements a private copy constructor and assignment operator, to keep derived objects from calling them implicitly
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |