You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/08/29 08:46:24 UTC

[Bug 120746] The FormScriptingEnvironment object created in the FmXUndoEnvironment ctor is never released

https://issues.apache.org/ooo/show_bug.cgi?id=120746

zhang jianfang <zh...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79208|                            |review?
              Flags|                            |

--- Comment #1 from zhang jianfang <zh...@apache.org> ---
Created attachment 79208
  --> https://issues.apache.org/ooo/attachment.cgi?id=79208&action=edit
fix code patch

Because FmXUndoEnvironment::dispose() is not a public API and it does call to
FmXUndoEnvironment::dispose(). we can not depend on it. The proposed fix is
just to call FmXUndoEnvironment::dispose() in FmXUndoEnvironment dtor api.

-- 
You are receiving this mail because:
You are the assignee for the bug.