Re: memory release in libreoffice

2014-07-11 Thread Eike Rathke
Hi Mahesh, Please keep discussions on the mailing list instead of moving them to private mail only, I'm Cc'ing the list again. On Friday, 2014-07-11 12:28:43 -, Mahesh Patil wrote: > Mac OS Xcode has such tools which tell you memory leaks with exact num of > bytes and it's allocation functi

Re: memory release in libreoffice

2014-07-10 Thread Eike Rathke
Hi Mahesh, On Tuesday, 2014-07-08 07:47:46 -, Mahesh Patil wrote: > Libreoffice is not releasing memory after converting document to pdf. How do you measure that? Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer. GPG key ID: 0x65632D3A - 2265 D7F3 A7B

Re: memory release in libreoffice

2014-07-09 Thread Michael Stahl
On 09/07/14 12:07, Michael Meeks wrote: > >> Reference < XCloseable > xClose( xDoc, UNO_QUERY ); >> if ( xClose.is() ) >> xClose->close( sal_True ); >> else >> { >> Reference < XComponent > xComp( xDoc, UNO_QUERY ); >> if ( xComp.

Re: memory release in libreoffice

2014-07-09 Thread Michael Meeks
Hi Mahesh, On Tue, 2014-07-08 at 07:47 +, Mahesh Patil wrote: > I have problem in libreoffice code. Libreoffice is not releasing > memory after converting document to pdf. Can someone explain me how to > release memory. which function is called for this. Hmm - of course, it is quite p