author | wenzelm |
Tue, 04 Sep 2018 15:01:05 +0200 | |
changeset 68907 | 3afa4f03864b |
parent 68906 | a9deff1bcb65 |
child 68908 | abc338d25640 |
--- a/src/Pure/Thy/thy_resources.scala Tue Sep 04 14:59:47 2018 +0200 +++ b/src/Pure/Thy/thy_resources.scala Tue Sep 04 15:01:05 2018 +0200 @@ -225,9 +225,9 @@ resources.load_theories(session, id, dep_theories, progress) result.join_result check_progress.cancel - session.commands_changed -= consumer } finally { + session.commands_changed -= consumer resources.unload_theories(session, id, dep_theories) }