summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 8be090f7..474ef18c 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.174 2002/03/23 15:10:20 kls Exp $
+ * $Id: menu.c 1.175 2002/03/23 15:17:14 kls Exp $
*/
#include "menu.h"
@@ -2315,6 +2315,7 @@ void cMenuMain::Set(void)
char *buffer = NULL;
asprintf(&buffer, "%s%s", STOP_RECORDING, ON_PRIMARY_INTERFACE);
Add(new cOsdItem(buffer, osStopRecord));
+ delete buffer;
}
const char *s = NULL;