mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
fix LinkedListNode assertion on exit
This commit is contained in:
parent
cbd873fc23
commit
ae9d5a6f77
@ -35,4 +35,6 @@ PandaNodeChain() :
|
||||
////////////////////////////////////////////////////////////////////
|
||||
INLINE PandaNodeChain::
|
||||
~PandaNodeChain() {
|
||||
_next = NULL;
|
||||
_prev = NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user