minor change
This commit is contained in:
parent
7e217b8bdc
commit
6e3c93ce2f
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue