open_toontown_panda3d/dtool
rdb 0367c73026 py_panda: fix leak of reference counted class with inaccessible dtor
If a class inherits from ReferenceCount, it can be destructed by downcasting to ReferenceCount, so it should not be an obstacle to properly clean it up when such a class is returned from C++.

This issue comes up when a CycleData is returned via MemoryUsagePointers, which is not exposed so is wrapped as NodeReferenceCount instead, which has a protected destructor.
2018-06-22 20:49:19 +02:00
..
metalibs interrogatedb: add interrogate_type_is_global (+regenerate pydtool) 2018-02-27 19:44:14 +01:00
src py_panda: fix leak of reference counted class with inaccessible dtor 2018-06-22 20:49:19 +02:00
PandaVersion.pp Add 1.9.3 release notes, bump version number 2016-06-22 17:22:06 +02:00