From 78499c848a9c2bafe1db1ec7ceaf8556e2d7c7cc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 21 Aug 2009 22:12:10 +0000 Subject: Added loads of debugging to sharedcore, we're sure it's to blame, but not as much anymore, for the fishtrax issues, maybe. --- src/list.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/list.h') diff --git a/src/list.h b/src/list.h index d06bc9e..9574bca 100644 --- a/src/list.h +++ b/src/list.h @@ -33,6 +33,12 @@ namespace Bu pLast( NULL ), nSize( 0 ) { } + + virtual ~ListCore() + { + clear(); + } + Link *pFirst; Link *pLast; long nSize; -- cgit v1.2.3