Binding: now releasing profiles in clblasTeardown()

This commit is contained in:
Philippe Tillet
2015-08-25 19:34:23 -04:00
parent 7b77d5ae4b
commit cf2d88a0a2
4 changed files with 19 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ extern "C"
void clblasTeardown()
{
isaac::profiles::release();
isaac::driver::backend::release();
}