TableFind: clearing the statically allocated memory on api end

This commit is contained in:
Stefan Brechtken 2020-02-19 13:18:28 +01:00
parent b3649b9fb2
commit b2ed8038d1

View File

@ -2215,6 +2215,8 @@ void TessBaseAPI::ClearResults() {
delete paragraph_models_;
paragraph_models_ = nullptr;
}
uniqueInstance<std::vector<MyTable>>().clear();
}
/**