nv50: fix a small leak on context destroy

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
(cherry picked from commit f50a45452a)
This commit is contained in:
Ilia Mirkin 2013-11-29 04:36:41 -05:00 committed by Carl Worth
parent d46a58703a
commit 3efc2bbf07

View file

@ -114,6 +114,8 @@ nv50_destroy(struct pipe_context *pipe)
draw_destroy(nv50->draw);
#endif
FREE(nv50->blit);
nouveau_context_destroy(&nv50->base);
}