Closed AshtonO closed 7 years ago
The C++ bridge code for graph importing would leak the data buffer that's used to import the graph. This fix implements the proper buffer deallocator function and calls delete buffer once a graph is loaded.
@AshtonO Thanks a lot.
The C++ bridge code for graph importing would leak the data buffer that's used to import the graph. This fix implements the proper buffer deallocator function and calls delete buffer once a graph is loaded.