Fixed trigger_scores memory leak in input_xml.F90

This commit is contained in:
Will Boyd 2015-05-07 22:56:26 -04:00 committed by Paul Romano
parent c7ab539551
commit 98f92f3465

View file

@ -2920,7 +2920,7 @@ contains
end select
! Append the score to the list of possible trigger scores
call trigger_scores % add_key(trim(score_name), l)
if (trigger_on) call trigger_scores % add_key(trim(score_name), l)
end do
t % n_score_bins = n_scores