render/gbm_allocator: duplicate drm fd during creation process

This commit is contained in:
Simon Zeni 2021-04-29 12:01:28 -04:00 committed by Simon Ser
parent d0c1f0c0b6
commit 2c90e0f521
3 changed files with 9 additions and 7 deletions

View file

@ -26,7 +26,7 @@ struct wlr_gbm_allocator {
/**
* Creates a new GBM allocator from a DRM FD.
*
* Takes ownership over the FD.
* Does not take ownership over the FD.
*/
struct wlr_allocator *wlr_gbm_allocator_create(int drm_fd);