From 6e3c93ce2f678bdd5bf9f4b570e0034ff56ad5ef Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 26 Sep 2008 23:43:29 +0000 Subject: [PATCH] minor change --- panda/src/pgraph/renderAttrib.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pgraph/renderAttrib.cxx b/panda/src/pgraph/renderAttrib.cxx index 1cf58b1c71..2148633bb2 100644 --- a/panda/src/pgraph/renderAttrib.cxx +++ b/panda/src/pgraph/renderAttrib.cxx @@ -430,6 +430,7 @@ release_new() { #ifndef NDEBUG nassertd(_attribs->find(this) == _saved_entry) { cerr << "Tried to release " << *this << " (" << (void *)this << "), not found!\n"; + validate_attribs(); Attribs::const_iterator si = _attribs->begin(); if (si == _attribs->end()) { cerr << " Attribs list is empty.\n";