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
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.