diff options
Diffstat (limited to 'plugin.cc')
-rw-r--r-- | plugin.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -168,6 +168,8 @@ bool cInputDevicePlugin::Start(void) void cInputDevicePlugin::Stop(void) { controller_->stop(); + delete controller_; + controller_ = NULL; } VDRPLUGINCREATOR(cInputDevicePlugin); // Don't touch this! |