https://bugs.freedesktop.org/show_bug.cgi?id=99246
--- Comment #9 from Axel Davy <[email protected]> ---
Instead does changing in nine_csmt_helper.h
line 236
ARGS_FOR_UNBIND( __VA_ARGS__ ) \
p_atomic_dec(args->counter); \
return 0; \
by
p_atomic_dec(args->counter); \
ARGS_FOR_UNBIND( __VA_ARGS__ ) \
return 0; \
Fix the issue ?
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug._______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev