mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
prevent memory leaks
This commit is contained in:
parent
785d78f6ec
commit
f5c32e7f28
@ -194,6 +194,9 @@ if not EnforcesCalldowns.notActive():
|
|||||||
raised = True
|
raised = True
|
||||||
if raised:
|
if raised:
|
||||||
raise "calldownEnforced.skipCalldown raised when it shouldn't"
|
raise "calldownEnforced.skipCalldown raised when it shouldn't"
|
||||||
|
cetss.EC_destroy()
|
||||||
|
cetsf.EC_destroy()
|
||||||
|
cets.EC_destroy()
|
||||||
del cetss
|
del cetss
|
||||||
del cetsf
|
del cetsf
|
||||||
del cets
|
del cets
|
||||||
|
Loading…
x
Reference in New Issue
Block a user