KatanaEngine.cpp:

- DataSymmetric's destroy() cause some memory issues. TO BE INVESTIGATED.
This commit is contained in:
EricLaoGitHub 2017-05-15 18:47:01 +02:00
parent faf9688165
commit 6d6ca6363c
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ namespace Katana {
}
_routingPlanes.clear();
for ( auto symmetric : _symmetrics ) delete symmetric.second;
//for ( auto symmetric : _symmetrics ) delete symmetric.second;
_symmetrics.clear();
Session::close();