Index: src/chext/TContextMenuHandler.cpp =================================================================== diff -u -N -r3c248d4f6d0fdb1e487cc868b2f0b219eec37ef4 -ra6b040ed1b328ac7ad30882b07b7ca41e812bbb9 --- src/chext/TContextMenuHandler.cpp (.../TContextMenuHandler.cpp) (revision 3c248d4f6d0fdb1e487cc868b2f0b219eec37ef4) +++ src/chext/TContextMenuHandler.cpp (.../TContextMenuHandler.cpp) (revision a6b040ed1b328ac7ad30882b07b7ca41e812bbb9) @@ -115,9 +115,10 @@ if(bShowFreeSpace && spMenuItem->SpecifiesDestinationPath()) { - unsigned long long ullSize = 0, ullTotal = 0; try { + unsigned long long ullSize = 0, ullTotal = 0; + m_fsLocal.GetDynamicFreeSpace(spMenuItem->GetDestinationPathInfo().GetDefaultDestinationPath(), ullSize, ullTotal); wstrItemName += std::wstring(L" (") + spFormatter->GetSizeString(ullSize) + L")";