--- deliantra/server/include/cfperl.h 2006/09/04 13:55:54 1.23 +++ deliantra/server/include/cfperl.h 2006/09/09 21:48:28 1.24 @@ -101,6 +101,11 @@ attachable_clear (); } + ~attachable_base () + { + clear (); + } + attachable_base (const attachable_base &src) : self (0), cb (0), attach (src.attach) {