fix LinkedListNode assertion on exit

This commit is contained in:
David Rose 2006-05-12 21:24:42 +00:00
parent cbd873fc23
commit ae9d5a6f77

View File

@ -35,4 +35,6 @@ PandaNodeChain() :
////////////////////////////////////////////////////////////////////
INLINE PandaNodeChain::
~PandaNodeChain() {
_next = NULL;
_prev = NULL;
}