From c60c8b9e4f5b603157e5ac2acdbd2ad63f453b18 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 24 Dec 2010 15:32:40 +0100 Subject: Removing a cRemote from the Remotes list in case its initialization failed --- remote.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remote.c') diff --git a/remote.c b/remote.c index 82d5f007..048b98c3 100644 --- a/remote.c +++ b/remote.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remote.c 2.1 2009/12/06 12:08:03 kls Exp $ + * $Id: remote.c 2.2 2010/12/24 15:26:05 kls Exp $ */ #include "remote.h" @@ -42,6 +42,7 @@ cRemote::cRemote(const char *Name) cRemote::~cRemote() { + Remotes.Del(this, false); free(name); } -- cgit v1.2.3