Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dave Airlie
mesa
Commits
38613f7b
Commit
38613f7b
authored
Nov 23, 2022
by
Dave Airlie
Browse files
llvmpipe/cs fix leak
parent
face1c5e
Pipeline
#745222
waiting for manual action with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/gallium/drivers/llvmpipe/lp_flush.c
View file @
38613f7b
...
...
@@ -73,7 +73,8 @@ llvmpipe_flush(struct pipe_context *pipe,
if
(
!
fencec
->
fence
[
0
])
fencec
->
fence
[
0
]
=
lp_fence_create
(
0
);
*
fence
=
(
struct
pipe_fence_handle
*
)
fencec
;
lp_fence_container_reference
((
struct
lp_fence_container
**
)
fence
,
fencec
);
lp_fence_container_reference
(
&
fencec
,
NULL
);
}
/* Enable to dump BMPs of the color/depth buffers each frame */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment