From 1c39dbb90cefad8a5a97e75042466d66ea4270bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 1 Feb 2010 21:22:10 +0000 Subject: mesa: Always do proper ref counting of shared state. --- src/mesa/main/shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/shared.h') diff --git a/src/mesa/main/shared.h b/src/mesa/main/shared.h index e59177e968..ef164a1459 100644 --- a/src/mesa/main/shared.h +++ b/src/mesa/main/shared.h @@ -31,7 +31,7 @@ _mesa_alloc_shared_state(GLcontext *ctx); void -_mesa_free_shared_state(GLcontext *ctx, struct gl_shared_state *shared); +_mesa_release_shared_state(GLcontext *ctx, struct gl_shared_state *shared); #endif -- cgit v1.2.3