You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <qp...@incubator.apache.org> on 2007/04/10 16:03:32 UTC

[jira] Resolved: (QPID-424) C++: Fix memory leaks

     [ https://issues.apache.org/jira/browse/QPID-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway resolved QPID-424.
------------------------------

    Resolution: Fixed

> C++: Fix memory leaks
> ---------------------
>
>                 Key: QPID-424
>                 URL: https://issues.apache.org/jira/browse/QPID-424
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, C++ Client
>            Reporter: Alan Conway
>         Assigned To: Alan Conway
>
> We need to get to a clean slate on memory leaks, right now valgrind is reporting quite a few.
> The current batch of leaks are being suppressed in cpp/test/.vg-supp so that we can make --enable-valgrind the default and catch/fix new leaks quickly going forward. Valgrind errors are equivalent to a test failure, you should not commit with errors.
> The supressed leaks also need to be addressed either fix the leak or prove that it's a problem outside qpid's control. 
> In the later case the supression description should explain why the leak can safely be ignored.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.