From ff109a90a6b9bede362e8eda90fb0a452a88b6fb Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 8 Oct 2000 16:49:41 +0200 Subject: Stopping remote control thread at end --- remote.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'remote.c') diff --git a/remote.c b/remote.c index 87c70923..f60d7685 100644 --- a/remote.c +++ b/remote.c @@ -6,7 +6,7 @@ * * Ported to LIRC by Carsten Koch 2000-06-16. * - * $Id: remote.c 1.17 2000/10/08 11:39:11 kls Exp $ + * $Id: remote.c 1.18 2000/10/08 16:49:41 kls Exp $ */ #include "remote.h" @@ -115,6 +115,7 @@ cRcIoRCU::cRcIoRCU(char *DeviceName) cRcIoRCU::~cRcIoRCU() { + Stop(); } void cRcIoRCU::Action(void) @@ -419,6 +420,7 @@ cRcIoLIRC::cRcIoLIRC(char *DeviceName) cRcIoLIRC::~cRcIoLIRC() { + Stop(); } void cRcIoLIRC::Action(void) -- cgit v1.2.3