Re: [Libreoffice] Bug in main function libs-core/desktop/source/app/app.cxx ?

2011-04-28 Thread Lubos Lunak
On Friday 22 of April 2011, Julien Nabet wrote: I think this line nAcquireCount = Application::ReleaseSolarMutex() - 1; should be added before the line 1850 : if ( !bTerminateRequested !rCmdLineArgs.IsInvisible() ) In the code before the wrong commit, the SolarMutex stuff surrounds the

[Libreoffice] Bug in main function libs-core/desktop/source/app/app.cxx ?

2011-04-22 Thread Julien Nabet
Hello, Following a discussion on IRC with Llunak, here is a problem. In the main function of libs-core/desktop/source/app/app.cxx Line 1599, there's a declaration+init variable : int nAcquireCount( 0 ); then nothing until this line 1880 : if (nAcquireCount)