Skip to content
Snippets Groups Projects
Commit 054f0688 authored by Christopher Jones's avatar Christopher Jones Committed by Philippe Canal
Browse files

Avoid holding gCINTMutex and gROOTMutex simultaneously in TPluginManager

By having a TObjArray be deleted outside of the gCINTMutex lock
we no longer have both mutexes being held at the same time and therefore
we avoid potential deadlocks.

Conflicts:
	core/base/src/TPluginManager.cxx
parent 6122913c
No related branches found
No related tags found
No related merge requests found
Loading
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