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

            Bug ID: 106140
           Summary: Possible unmanaged memory leak
           Product: LibreOffice
           Version: 5.3.0.3 release
          Hardware: x86-64 (AMD64)
                OS: Windows (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: sdk
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 131411
  --> https://bugs.documentfoundation.org/attachment.cgi?id=131411&action=edit
Code to reproduce the problem and the result of ANTS Memory Profiler

I use LibreOffice in a C# project in which I have to work on many files, but I
still have problems.

For each file to be processed, I open LibreOffice with
'uno.util.Bootstrap.bootstrap()' and I close it with 'xDesktop2.terminate()'.

After closing LibreOffice, the memory used in my program is not freed.
The private bytes continue to increase while bytes in all Heaps remain
constant.

One of the modules that continues to increase the used memory (unmanaged
memory) is 'cppuhelper3MSC'.

Only when I close my application, the memory is freed.

I saw the bug #41288, but do not know if it is a duplicate.

I attach the code I used to reproduce the problem and the result of ANTS Memory
Profiler.

-- 
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