diff options
Diffstat (limited to '')
-rw-r--r-- | src/list.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |