aboutsummaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-07-11 22:14:56 +0000
committerMike Buland <eichlan@xagasoft.com>2007-07-11 22:14:56 +0000
commit511467b3245d050f3522e7f5ec2ead05f29627b1 (patch)
tree4aca32d9c4f26a1d5833e71fb3abcb86fd8c9087 /src/list.h
parentd05de564091c24677a94e16963dad20be4b00ca0 (diff)
downloadlibbu++-511467b3245d050f3522e7f5ec2ead05f29627b1.tar.gz
libbu++-511467b3245d050f3522e7f5ec2ead05f29627b1.tar.bz2
libbu++-511467b3245d050f3522e7f5ec2ead05f29627b1.tar.xz
libbu++-511467b3245d050f3522e7f5ec2ead05f29627b1.zip
Maybe?
Diffstat (limited to 'src/list.h')
-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 )