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

--- Comment #6 from Tor Lillqvist <t...@iki.fi> ---
initNSApp is called just once, right? Then it is not a leak. A leak is when a
resource (like memory) is allocated but not freed (even if unused afterwards)
each time some code is executed, and the longer the program runs (or the more
times you do some specific action), the more resources are allocated and left
allocated even if not used.

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

Reply via email to