KatanaEngine.cpp:
- DataSymmetric's destroy() cause some memory issues. TO BE INVESTIGATED.
This commit is contained in:
parent
faf9688165
commit
6d6ca6363c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue