Fix: Cppcheck memleakOnRealloc mistake
authorDavid Goulet <dgoulet@efficios.com>
Fri, 26 Oct 2012 14:28:21 +0000 (10:28 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 26 Oct 2012 14:28:21 +0000 (10:28 -0400)
commitd7b3776ffb1bef894e7bc4cbfe45c5c2d58b8600
treea338f97dc14b90e0d3f345e0a7c649370392a4a4
parent4e9a468645939ea62541fa802893b928b01888b7
Fix: Cppcheck memleakOnRealloc mistake

Common realloc mistake: "data_buffer" nulled but not freed upon failure.
Common realloc mistake: "tmp" nulled but not freed upon failure

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/main.c
src/bin/lttng-sessiond/ust-app.c
This page took 0.025161 seconds and 4 git commands to generate.