diff options
Diffstat (limited to 'walk.h')
-rw-r--r-- | walk.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |