genode/repos/os/src
Martin Stein 411601ebd1 input_filter: add missing virtual Source::~Source
Previously the destructors of classes derived from Source were not
called when destructing a Source because Source missed the declaration
of a virtual destructor. This caused at least problems when
reconstructing a Chargen_source with its Chargen_repeater that includes
a One_shot_timeout. In this case, the members of the Alarm behind the
timeout were not reset and the next time beeing used the Alarm appeared
to be still active which wasn't true.

Fixes #2570
2017-11-24 09:02:03 +01:00
..
app os: generalize xray trigger component 2017-11-09 12:18:42 +01:00
drivers usb: avoid pagefault during session destruction 2017-11-09 12:18:05 +01:00
init init: generate a state report when children exit 2017-11-06 13:57:24 +01:00
lib ram_fs: throw exception when unlinked node gets accessed 2017-11-09 12:18:05 +01:00
server input_filter: add missing virtual Source::~Source 2017-11-24 09:02:03 +01:00
test input_filter: scroll-wheel emulation 2017-11-09 12:18:42 +01:00