Re: [Mesa-dev] [PATCH] vdpau: unlock the mutex on error paths in attribute setting.

2014-09-02 Thread Christian König
Am 02.09.2014 um 01:00 schrieb Dave Airlie: From: Dave Airlie Coverity pointed out we never dropped the lock here, so fix it by using a common exit path. Signed-off-by: Dave Airlie Reviewed-by: Christian König --- src/gallium/state_trackers/vdpau/mixer.c | 38 ++

[Mesa-dev] [PATCH] vdpau: unlock the mutex on error paths in attribute setting.

2014-09-01 Thread Dave Airlie
From: Dave Airlie Coverity pointed out we never dropped the lock here, so fix it by using a common exit path. Signed-off-by: Dave Airlie --- src/gallium/state_trackers/vdpau/mixer.c | 38 ++-- 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/src/galli