gallium: Temporary workaround for mismatched pipe create and pipe destroy
This commit is contained in:

committed by
Brian Paul

parent
7e8f79e39d
commit
467e6526a8
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user