Skip to content
Snippets Groups Projects
Unverified Commit 7b5fe9b0 authored by Arnaud Vrac's avatar Arnaud Vrac Committed by Quentin Glidic
Browse files

gl-renderer: fix leak on dmabuf image destroy


Signed-off-by: default avatarArnaud Vrac <rawoul@gmail.com>
Reviewed-by: default avatarQuentin Glidic <sardemff7+git@sardemff7.net>
parent 94e664d9
No related branches found
No related tags found
No related merge requests found
......@@ -337,6 +337,7 @@ dmabuf_image_destroy(struct dmabuf_image *image)
linux_dmabuf_buffer_set_user_data(image->dmabuf, NULL, NULL);
wl_list_remove(&image->link);
free(image);
}
static const char *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment