gallium: Temporary workaround for mismatched pipe create and pipe destroy

This commit is contained in:
Jonathan White
2008-07-21 15:34:38 -06:00
committed by Brian Paul
parent 7e8f79e39d
commit 467e6526a8

View File

@@ -217,7 +217,10 @@ void st_destroy_context( struct st_context *st )
cso_destroy_context(cso);
/* Temporary workaround for mismatched pipe create and pipe destroy */
#if !defined(PIPE_SUBSYSTEM_WINDOWS_USER) && !defined(PIPE_SUBSYSTEM_WINDOWS_CE)
pipe->destroy( pipe );
#endif
free(ctx);
}