diff --git a/oscar/SleepLib/profiles.cpp b/oscar/SleepLib/profiles.cpp index 5ba6d08f..bf5c3c15 100644 --- a/oscar/SleepLib/profiles.cpp +++ b/oscar/SleepLib/profiles.cpp @@ -587,6 +587,7 @@ void Profile::UnloadMachineData() daylist.clear(); for (auto & mach : m_machlist) { + mach->saveSessionInfo(); mach->sessionlist.clear(); mach->day.clear(); }