From cd2e4ba9aac65d10cf790990a8b86feed1cdd774 Mon Sep 17 00:00:00 2001 From: Younes Manton Date: Mon, 28 Dec 2009 18:00:09 -0500 Subject: nouveau: Unreference pushbuf objects on channel destruction. - unreference pushbuf objects on channel destruction Based on Krzysztof Smiechowicz's patch. --- nouveau/nouveau_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nouveau/nouveau_private.h') diff --git a/nouveau/nouveau_private.h b/nouveau/nouveau_private.h index 784afc91..39758d18 100644 --- a/nouveau/nouveau_private.h +++ b/nouveau/nouveau_private.h @@ -64,6 +64,8 @@ struct nouveau_pushbuf_priv { int nouveau_pushbuf_init(struct nouveau_channel *); +void +nouveau_pushbuf_fini(struct nouveau_channel *); struct nouveau_channel_priv { struct nouveau_channel base; -- cgit v1.2.3