Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
mesa
Commits
11f64668
Commit
11f64668
authored
Sep 01, 2011
by
Benjamin Franzke
😀
Browse files
egl_dri2: Destroy callback in release_pending_buffer
parent
59884b9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/egl/drivers/dri2/platform_wayland.c
View file @
11f64668
...
...
@@ -309,6 +309,8 @@ dri2_release_pending_buffer(void *data,
dri2_dpy
->
dri2
->
releaseBuffer
(
dri2_dpy
->
dri_screen
,
dri2_surf
->
pending_buffer
);
dri2_surf
->
pending_buffer
=
NULL
;
wl_callback_destroy
(
callback
);
}
static
const
struct
wl_callback_listener
release_buffer_listener
=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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