#14213 HDF5Exporter: Guard null m_hdfFile in createGroup

This commit is contained in:
Magne Sjaastad
2026-06-12 15:50:07 +02:00
parent 29b715bb46
commit 5b7bdf7bb0
@@ -110,7 +110,7 @@ H5::Group RifHdf5Exporter::createGroup( H5::Group* parentGroup, const std::strin
{
}
}
else
else if ( m_hdfFile )
{
try
{