View | Details | Raw Unified | Return to issue 120746
Collapse All | Expand All

(-)svx/source/form/fmundo.cxx.o (+3 lines)
Lines 201-206 Link Here
201
FmXUndoEnvironment::~FmXUndoEnvironment()
201
FmXUndoEnvironment::~FmXUndoEnvironment()
202
{
202
{
203
	DBG_DTOR(FmXUndoEnvironment,NULL);
203
	DBG_DTOR(FmXUndoEnvironment,NULL);
204
	if ( !m_bDisposed )   // i120746, call FormScriptingEnvironment::dispose to avoid memory leak
205
		m_pScriptingEnv->dispose(); 
206
204
	if (m_pPropertySetCache)
207
	if (m_pPropertySetCache)
205
		delete static_cast<PropertySetInfoCache*>(m_pPropertySetCache);
208
		delete static_cast<PropertySetInfoCache*>(m_pPropertySetCache);
206
}
209
}

Return to issue 120746