Fix: unplug memory leak that causes popt-0.13 to segfault
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Oct 2012 12:54:10 +0000 (08:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Oct 2012 12:54:10 +0000 (08:54 -0400)
commit41075e78197deaa9c7bbaf0f97482c513f497580
tree2cd4806dfbd314f0f6ed3bf7886ca481748c2496
parentf824ae0446c7a1ef3acd5d8e30c039c4ed7381ce
Fix: unplug memory leak that causes popt-0.13 to segfault

popt-0.16 poptGetArg() causes a memory leak, but freeing that memory
goes against popt(3) documented use, and against the 0.13 behavior,
which triggers a segfault on free(). So leave this small,
one-time-per-execution, memory leak in place.

Fixes #380

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
converter/babeltrace.c
This page took 0.024319 seconds and 4 git commands to generate.