diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-09-09 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-09-09 18:00:00 +0200 |
commit | 0b99b3aac10e38d624488978641d66fae3f41a28 (patch) | |
tree | f178a06e8f4436fc2bc203777b7eb65ba508cedb /CONTRIBUTORS | |
parent | c49ca5abb73cbc11447da5d961e106025dc927d0 (diff) | |
download | vdr-patch-lnbsharing-0b99b3aac10e38d624488978641d66fae3f41a28.tar.gz vdr-patch-lnbsharing-0b99b3aac10e38d624488978641d66fae3f41a28.tar.bz2 |
Version 1.4.2-2vdr-1.4.2-2
- Fixed cTimer::operator=() in case a cTimer variable is assigned to itself (thanks
to Alexander Rieger).
- Implemented a copy constructor for cTimer (thanks to Udo Richter for reporting that
an assignment in svdrp.c didn't use the cTimer::operator=()).
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2315e54..7841368 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1465,6 +1465,7 @@ Udo Richter <udo_richter@gmx.de> for fixing getting the next active timer when shutting down for reporting a problem with cPlugin::ConfigDirectory() in case a plugin calls it from a separate thread + for reporting that an assignment in svdrp.c didn't use the cTimer::operator=()) Sven Kreiensen <svenk@kammer.uni-hannover.de> for his help in keeping 'channels.conf.terr' up to date @@ -1741,6 +1742,7 @@ Alexander Rieger <Alexander.Rieger@inka.de> message clears all messages that have been previously queued by that thread for reporting that the cTimer::operator=() messes up the cListObject's pointers for reporting a memory leak in the cTimer::operator=() when using the 'aux' string + for fixing cTimer::operator=() in case a cTimer variable is assigned to itself Philip Prindeville <philipp_subx@redfish-solutions.com> for updates to 'sources.conf' |