Updating python

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2021-09-12 14:07:20 +01:00
parent 1972f2c8f8
commit 3d320ff687
2 changed files with 1 additions and 520 deletions

View file

@ -10,6 +10,7 @@ OpAlgoDispatch::~OpAlgoDispatch()
KP_LOG_DEBUG("Kompute OpAlgoDispatch destructor started");
if (this->mPushConstantsData) {
KP_LOG_DEBUG("Kompute freeing push constants data");
free(this->mPushConstantsData);
}
}