diff options
author | Steven Toth <[email protected]> | 2016-10-24 10:10:49 -0400 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-11-07 18:31:52 +0100 |
commit | 6ffed086795aaa84ab35668bb59d712cdde34da3 (patch) | |
tree | 449619d40097991f2a8e3c105c3a2f18b41ad870 /scons/x11.py | |
parent | a5e733c6b52e93de3000647d075f5ca2f55fcb71 (diff) |
gallium/hud: fix a problem where objects are free'd while in use.
Instead of trying to maintain a reference counted list of valid HUD
objects, and freeing them accordingly, creating race conditions
between unanticipated multiple threads, simply accept they're
allocated once and never released until the process terminates.
They're a shared resource between multiple threads, so accept
they're always available for use.
Signed-off-by: Steven Toth <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'scons/x11.py')
0 files changed, 0 insertions, 0 deletions