https://bugs.documentfoundation.org/show_bug.cgi?id=106140

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #1 from Julien Nabet <[email protected]> ---
Reading your code, I noticed this part:
      for (var i = 0; i < 500; i++)
      {
        using (var document = new TextDocument())
        {
          //document.Open(Path.Combine(Environment.CurrentDirectory, "Files",
"Document.odt"));
        }
      }

Shouldn't there a delete instruction for each loop?
I mean, isn't it normal memory consumption increases when the number of
TextDocument objects increases?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to