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