Browse Source
Building of spike-based simulator with memory sanitizer reports leaking pointers if custom extension are used. This is because existing facilities do not have a proper destructor procedure, so the objects representing custom extentions are leaked. This commit implements quick-and-dirty fix for the problem.pull/2091/head
4 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue