Rolling 2020-11-13

This commit is contained in:
jomjol
2020-11-13 19:03:06 +01:00
parent 46265debc3
commit 707472ba27
8 changed files with 17 additions and 7 deletions

View File

@@ -244,6 +244,8 @@ CTfLiteClass::CTfLiteClass()
CTfLiteClass::~CTfLiteClass()
{
delete this->tensor_arena;
delete this->interpreter;
delete this->error_reporter;
}