Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

SymbolicBlockMatrix memory leak #30

Open
@jorisv

Description

@jorisv

SymbolicBlockMatrix store two raw pointers.

These pointers are not owner by SymbolicBlockMatrix and this create leaks in unit tests and benchmarks.

Two options :

  1. Make SymbolicBlockMatrix owner of these two pointers
  2. Create SymbolicBlockMatrixHandler that will own a SymbolicBlockMatrix and these two pointers

Since these two pointers are only used by SymbolicBlockMatrix I prefer option 1.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions