Skip to content

RootUtils: Work around bug in TMethodCall destructor.

Scott Snyder requested to merge ssnyder/athena:dtor.RootUtils-20200417 into master

The TMethodCall destructor will crash if gCling has already been destroyed. Hold the TMethodCall instance by pointer rather than by value to avoid this.

Merge request reports

Loading