commit | f91a23c59e18fcdc1560687e14813346468fec3d | [log] [tgz] |
---|---|---|
author | Kenneth Giusti <kgiusti@apache.org> | Mon Mar 13 15:07:25 2017 -0400 |
committer | Kenneth Giusti <kgiusti@apache.org> | Thu Mar 23 15:53:47 2017 -0400 |
tree | d4f59bc691ebaf0c0c2854823d02ff0d64902f08 | |
parent | f04bc169f11c99be50399341905186b3405a3130 [diff] |
QPID-7702: Fix some minor memory leaks detected by Coverity scan Use SWIG_fail instead of returning on error. Avoid possible leaks during exception handling.
Qpid C++ is a C++ implementation of the AMQP protocol described at http://amqp.org/.
For additional software or information on the Qpid project go to:
For documentation, go to:
In C++ distributions:
mkdir BLD # The recommended way to use cmake is in a separate # build directory cd BLD cmake .. # Generates code and makefiles make test # Runs tests make install # Installs the client and daemon
The INSTALL.txt notes contain more detailed information on compiling and installing this software.
examples/README.txt describes the C++ client API examples.