Kaydet (Commit) d52fc995 authored tarafından Jian Fang Zhang's avatar Jian Fang Zhang

#i120746#, the FormScriptingEnvironment object created in the FmXUndoEnvironment…

#i120746#, the FormScriptingEnvironment object created in the FmXUndoEnvironment ctor is never released 

Found by: zhangjf 
Patch by: zhangjf
üst 939e2900
...@@ -201,6 +201,9 @@ FmXUndoEnvironment::FmXUndoEnvironment(FmFormModel& _rModel) ...@@ -201,6 +201,9 @@ FmXUndoEnvironment::FmXUndoEnvironment(FmFormModel& _rModel)
FmXUndoEnvironment::~FmXUndoEnvironment() FmXUndoEnvironment::~FmXUndoEnvironment()
{ {
DBG_DTOR(FmXUndoEnvironment,NULL); DBG_DTOR(FmXUndoEnvironment,NULL);
if ( !m_bDisposed ) // i120746, call FormScriptingEnvironment::dispose to avoid memory leak
m_pScriptingEnv->dispose();
if (m_pPropertySetCache) if (m_pPropertySetCache)
delete static_cast<PropertySetInfoCache*>(m_pPropertySetCache); delete static_cast<PropertySetInfoCache*>(m_pPropertySetCache);
} }
......
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