aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/list.h1
1 files changed, 1 insertions, 0 deletions
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
434 va.destroy( pCur->pValue ); 434 va.destroy( pCur->pValue );
435 va.deallocate( pCur->pValue, 1 ); 435 va.deallocate( pCur->pValue, 1 );
436 pFirst = pCur->pNext; 436 pFirst = pCur->pNext;
437 pFirst->pPrev = NULL;
437 la.destroy( pCur ); 438 la.destroy( pCur );
438 la.deallocate( pCur, 1 ); 439 la.deallocate( pCur, 1 );
439 if( pFirst == NULL ) 440 if( pFirst == NULL )