Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On Tue, 2013-03-12 at 11:51 -0700, julien2412 wrote:
Resource leak in object (CTOR_DTOR_LEAK)1. alloc_fn: Calling allocation
function "osl_createCondition()". 

First I thought about adding a destructor for "XSLTFilter" which would just
call "osl_destroyCondition"

Yeah, I'd do that, looks like the right fix to me. The other option is
to convert it from the C oslCondition to the C++ Condition which wraps
an oslCondition and calls osl_destroyCondition automatically on it at
dtor time.

C.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.