aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-05-15 13:44:32 -0700
committerChris Robinson <[email protected]>2016-05-15 13:50:56 -0700
commitc522658d19f7e82748400731bddb4633847c2a40 (patch)
tree1f98ada849dcbe6e210c30381c94ff1295c23e25 /Alc/ALc.c
parent576c1116a65bd66effce6d92d1aa7e21d1dee83a (diff)
Avoid duplicate effect state objects in the freelist
If an unapplied update was superceded, it would be placed in the freelist with its effect state object intact. This would cause another update with the same effect state object to be placed into the freelist as well, or worse, cause it to get deleted while in use when the container had its effect state cleared.
Diffstat (limited to 'Alc/ALc.c')
0 files changed, 0 insertions, 0 deletions