- added a destructor zo DFsScript, because if this gets deleted outside the GC process it'll leave an allocated buffer behind, so make sure it always gets destroyed.
This commit is contained in:
parent
f397a4943c
commit
4964f94de1
2 changed files with 14 additions and 0 deletions
|
|
@ -336,6 +336,7 @@ public:
|
|||
// true or false
|
||||
|
||||
DFsScript();
|
||||
~DFsScript();
|
||||
void Destroy();
|
||||
void Serialize(FSerializer &ar);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue