Skip to content

Commit

Permalink
Clear the last_mod_toggled stack.
Browse files Browse the repository at this point in the history
Otherwise if a provides throws a InconsistentKraken the contents would leak.
  • Loading branch information
RichardLake committed May 31, 2015
1 parent 0a798b9 commit 814da57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ await mainModList.ComputeChangeSetFromModList(registry, user_change_set, module_
conflicts = Conflicts;
full_change_set = ChangeSet;
}

last_mod_to_have_install_toggled.Clear();
Conflicts = conflicts;
ChangeSet = full_change_set;
}
Expand Down

0 comments on commit 814da57

Please sign in to comment.