Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vcs: fix resources deallocation of simulation (#300)
When running with --workload-lilst, simv_init is reinitialized multiple times in a single launch, and the pointer from the last simv_init request needs to be destroyed before doing so. This commit fixed an issue with incomplete memory deallocation when exiting the program, and release the list file correctly when using the workload list
- Loading branch information