Move platforms destructor from static lib to shared library

Change-Id: I5ae4aaf816571e2531a5049e63b1dafc35c1e999
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-09-03 13:15:53 +02:00
committed by sys_ocldev
parent 71f99f4174
commit 32c0320b1b
6 changed files with 5 additions and 2 deletions

View File

@@ -440,5 +440,6 @@ int main(int argc, char **argv) {
retVal = RUN_ALL_TESTS();
cleanTestHelpers();
delete platformsImpl;
return retVal;
}