Skip to content

Commit

Permalink
delete multiuserhook pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
bendavid committed Jan 23, 2016
1 parent 3cf16ce commit d680abf
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -347,6 +347,10 @@ Pythia8Hadronizer::~Pythia8Hadronizer()
// do we need to delete UserHooks/JetMatchingHook here ???
if(fEmissionVetoHook) {delete fEmissionVetoHook; fEmissionVetoHook=0;}
if(fEmissionVetoHook1) {delete fEmissionVetoHook1; fEmissionVetoHook1=0;}
if (fMultiUserHook) {
delete fMultiUserHook;
fMultiUserHook = 0;
}

//clean up temp file
if (!slhafile_.empty()) {
Expand Down

0 comments on commit d680abf

Please sign in to comment.