diff --git a/src/vm/History.cc b/src/vm/History.cc index 8b37641d6c..3bef2c4eb6 100644 --- a/src/vm/History.cc +++ b/src/vm/History.cc @@ -308,6 +308,8 @@ int History::rebuild_attributes() reason = static_cast(int_reason); + non_persistent_data(); + if (rc != 0) { return -1;