From 511467b3245d050f3522e7f5ec2ead05f29627b1 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Jul 2007 22:14:56 +0000 Subject: Maybe? --- src/list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/list.h b/src/list.h index edbd78c..c78b95b 100644 --- a/src/list.h +++ b/src/list.h @@ -434,6 +434,7 @@ namespace Bu va.destroy( pCur->pValue ); va.deallocate( pCur->pValue, 1 ); pFirst = pCur->pNext; + pFirst->pPrev = NULL; la.destroy( pCur ); la.deallocate( pCur, 1 ); if( pFirst == NULL ) -- cgit v1.2.3