Closed dweindl closed 1 month ago
Fixes a dangling pointer issue in SolverTest.SettersGettersWithSetup. The SUNContext was destroyed before the associated AmiVectors which resulted in invalid reads.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.75%. Comparing base (91054b3) to head (578f1d8). Report is 2 commits behind head on develop.
91054b3
578f1d8
Fixes a dangling pointer issue in SolverTest.SettersGettersWithSetup. The SUNContext was destroyed before the associated AmiVectors which resulted in invalid reads.