nouveau: Mark nouveau subchannel unbound nouveau_grobj_free
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Thu, 24 Nov 2011 13:08:53 +0000 (14:08 +0100)
committerYounes Manton <younes.m@gmail.com>
Sun, 27 Nov 2011 17:28:20 +0000 (12:28 -0500)
commit37ccce5e390a9d757474920f488cafa1cf89854a
tree1cba89c028e2b25975a649f52fdb48f85615c7b4
parentca4971292cf99e0063416cd1c3467af94637bf2b
nouveau: Mark nouveau subchannel unbound nouveau_grobj_free

Valgrind throws warns about a user-after-free if you try to bind a
new subchannel after the old one in that slot was freed,
so remove it from the channel list.

Signed-off-by: Maarten Lankhorst <m.b.lankhorst@gmail.com>
nouveau/nouveau_grobj.c