cleanGlobals function

void cleanGlobals()

Implementation

void cleanGlobals() {
  cleanTracker();
  cleanModular();
  cleanInjector();
}