Skip to content

Fix memory leak on BCRSMatrix

Santiago Ospina De Los Ríos requested to merge bugfix/bcrs-memory-leak into master

Before this commit, the pattern was deallocated with the wrong size that created a huge memory leak.

Closes #103 (closed)

Edited by Santiago Ospina De Los Ríos

Merge request reports