Skip to content
Snippets Groups Projects
Unverified Commit 4f667c13 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn Committed by GitHub
Browse files

Merge pull request #230 from mirguest/fix-memory-issue-in-sim-framework

WIP: according to Chengdong's suggestion, fix the memory leakage in simulation framework
parents 981f2162 06a0ed3f
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ DetSimSvc::simulateEvent(int i_event) { ...@@ -39,7 +39,7 @@ DetSimSvc::simulateEvent(int i_event) {
StatusCode sc; StatusCode sc;
m_runmgr->ProcessOneEvent(i_event); m_runmgr->ProcessOneEvent(i_event);
m_runmgr->TerminateOneEvent();
return sc; return sc;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment