Fix: Metadata stream leak when received in consumer
authorDavid Goulet <dgoulet@efficios.com>
Fri, 28 Sep 2012 19:43:19 +0000 (15:43 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 1 Oct 2012 15:49:15 +0000 (11:49 -0400)
Between threads, when the metadata stream is received, it is allocated.
We now pass the pointer to the metadata thread thus fixing a memory leak
because the original stream was never freed.

This commit also modified some debug statements and remove a duplicate
code snippet.

Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.024319 seconds and 4 git commands to generate.