Fix: remove double consumer_del_stream in error path
authorDavid Goulet <dgoulet@efficios.com>
Tue, 23 Apr 2013 17:14:19 +0000 (13:14 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 23 Apr 2013 17:14:19 +0000 (13:14 -0400)
commit9d45202ee7516e642a7d57bbfa3361fce1afbff9
treee28a9d3e34964453d15dd566c09acc156821788f
parent6d4c7a40b1050245ed51c198189d47b4b3183c43
Fix: remove double consumer_del_stream in error path

During a recv_stream call, an error path could have try to delete a
stream two times and could ultimately have triggererd a double free and
refcount issues on the channel.

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