Skip to content
Unverified Commit 99c2c21c authored by Steven Perron's avatar Steven Perron Committed by GitHub
Browse files

Fix memory leak in unrolling. (#2301)

During unrolling a new loop is created, but its ownership is not clear
as it gets passed through the code. Changed something to unique_ptr to
make that clearer.

Fixes #2299.

Fixing other memory leaks at the same time.

Fixes #2296
Fixes #2297
parent dd4157dc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment