summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSteven Toth <[email protected]>2016-10-24 10:10:49 -0400
committerNicolai Hähnle <[email protected]>2016-11-07 18:31:52 +0100
commit6ffed086795aaa84ab35668bb59d712cdde34da3 (patch)
tree449619d40097991f2a8e3c105c3a2f18b41ad870 /.gitignore
parenta5e733c6b52e93de3000647d075f5ca2f55fcb71 (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 '.gitignore')
0 files changed, 0 insertions, 0 deletions