release shm buffer after uploading

This commit is contained in:
Tony Crisci 2017-08-09 15:58:22 -04:00 committed by Drew DeVault
parent 3ce1341e3c
commit 87fe13a9fa
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ static void surface_commit(struct wl_client *client,
} else {
uint32_t format = wl_shm_buffer_get_format(buffer);
wlr_texture_upload_shm(surface->texture, format, buffer);
wl_resource_queue_event(surface->pending_buffer, WL_BUFFER_RELEASE);
}
}
}