From 6261da4660a6602345c19d5a948124991bda86dc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 10 Sep 2004 04:38:38 -0400 Subject: slight changed semantics of item_handler, to play better with Boost.Python --- walk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'walk.h') diff --git a/walk.h b/walk.h index d9946ed9..102ed10c 100644 --- a/walk.h +++ b/walk.h @@ -25,8 +25,6 @@ struct item_handler { virtual ~item_handler() { DEBUG_PRINT("ledger.memory.dtors", "dtor item_handler"); - if (handler) - delete handler; } virtual void flush() { if (handler) -- cgit v1.2.3