From b00999893006891affccc15cfd5d60b9adb7af8c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 17 Aug 2004 03:09:46 -0400 Subject: if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done --- walk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'walk.h') diff --git a/walk.h b/walk.h index af0661be..42a20ed1 100644 --- a/walk.h +++ b/walk.h @@ -20,7 +20,6 @@ struct item_handler { item_handler(item_handler * _handler) : handler(_handler) {} virtual ~item_handler() {} virtual void close() { - flush(); if (handler) { delete handler; handler = NULL; -- cgit v1.2.3