marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

Fix various memory leaks #34

Closed JasonMoho closed 3 years ago

JasonMoho commented 3 years ago

This change fixes memory leaks present in the C++ code base.

Changes:

After these changes ASAN finds no memory leaks.