cuplv / FixrGraphIso

Implementation of the approximate graph isomorphism
Apache License 2.0
1 stars 0 forks source link

Memory leak --- bins are not released #18

Open smover opened 6 years ago

smover commented 6 years ago

The bins created in the frequentSubgraphs.cpp files are never released.

The fix is to let the new lattice structure handle them.