Fix: remove one too many metadata refcount increment
authorDavid Goulet <dgoulet@efficios.com>
Wed, 29 May 2013 16:19:57 +0000 (12:19 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 29 May 2013 16:24:44 +0000 (12:24 -0400)
commita0c83db984f8c20897666eef226b43fce81d0e13
tree7fba50babcda1d847ac0c8ac88e734272138db28
parent07d2ae956551db46c137f85847a6d2972b1b0c9d
Fix: remove one too many metadata refcount increment

The refcount increment is removed from the add metadata stream function
so for both kernel and UST, the increment is done once the stream is
allocated and the channel reference is set.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/consumer.c
src/common/kernel-consumer/kernel-consumer.c
This page took 0.030737 seconds and 5 git commands to generate.