Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADI: probably memory leak in ADI_UpdateStates
The ADI_UpdateStates routine makes a copy of the AD_Input, but never destroyed that data after usage. This could lead to memory continously getting allocated during a simulation with either ADI_C_Binding or the AD driver.
- Loading branch information