From: Marek Olšák Date: Mon, 21 Jun 2010 21:45:53 +0000 (+0200) Subject: r300g: fix crash when destroying the context on r3xx-r4xx X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59df6725afd9c0d50cd962dd01db868be13284db;p=mesa.git r300g: fix crash when destroying the context on r3xx-r4xx FDO bug #28652, --- diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c index ee86f8230fb..16a75aa612b 100644 --- a/src/gallium/drivers/r300/r300_context.c +++ b/src/gallium/drivers/r300/r300_context.c @@ -45,7 +45,7 @@ static void r300_destroy_context(struct pipe_context* context) if (r300->texkill_sampler) { pipe_sampler_view_reference( - (struct pipe_sampler_view**)r300->texkill_sampler, + (struct pipe_sampler_view**)&r300->texkill_sampler, NULL); }