Skip to content
Snippets Groups Projects
Commit 9142afb5 authored by Tadej Novak's avatar Tadej Novak
Browse files

Merge branch 'fwinkl_20221206T182414' into 'master'

RootUtils: fix for TSMethodCall destructor

See merge request !59031
parents 3b91734b e861c125
No related branches found
No related tags found
2 merge requests!59383cppcheck in trigger code: Prefer prefix ++/-- operators for non-primitive types.,!59031RootUtils: fix for TSMethodCall destructor
......@@ -75,6 +75,7 @@ TSMethodCall::~TSMethodCall()
TInterpreter* cling ATLAS_THREAD_SAFE = gCling;
if (!cling) {
m_meth.release();
m_tsMeth.release();
}
}
......
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