diff options
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_fence.c')
-rw-r--r-- | src/gallium/drivers/vc4/vc4_fence.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_fence.c b/src/gallium/drivers/vc4/vc4_fence.c index c081d51b16f..01906cdba0c 100644 --- a/src/gallium/drivers/vc4/vc4_fence.c +++ b/src/gallium/drivers/vc4/vc4_fence.c @@ -56,6 +56,7 @@ vc4_fence_reference(struct pipe_screen *pscreen, if (pipe_reference(&(*p)->reference, &f->reference)) { free(old); } + *p = f; } static boolean |