Kaydet (Commit) 7b860d49 authored tarafından Noel Power's avatar Noel Power

fix crash using instances dialog of dataform navigator fdo#44816

also silence a valgrind  'Conditional jump or move depends on uninitialised value(s)' where initial state of a checkbox was undefined
üst f7fbeac4
...@@ -304,7 +304,8 @@ namespace svxform ...@@ -304,7 +304,8 @@ namespace svxform
m_pNaviWin ( _pNaviWin ), m_pNaviWin ( _pNaviWin ),
m_bHasModel ( false ), m_bHasModel ( false ),
m_eGroup ( _eGroup ), m_eGroup ( _eGroup ),
m_TbxImageList ( SVX_RES( IL_TBX_BMPS ) ) m_TbxImageList ( SVX_RES( IL_TBX_BMPS ) ),
m_bLinkOnce ( false )
{ {
FreeResource(); FreeResource();
...@@ -1881,7 +1882,6 @@ namespace svxform ...@@ -1881,7 +1882,6 @@ namespace svxform
m_aTabCtrl.SetPageText( nId, sNewName ); m_aTabCtrl.SetPageText( nId, sNewName );
bIsDocModified = true; bIsDocModified = true;
} }
delete(pPage);
} }
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment