diff options
Diffstat (limited to 'bsd/drm_context.h')
-rw-r--r-- | bsd/drm_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd/drm_context.h b/bsd/drm_context.h index 8988ee22..aa655297 100644 --- a/bsd/drm_context.h +++ b/bsd/drm_context.h @@ -341,6 +341,7 @@ int DRM(rmctx)( DRM_IOCTL_ARGS ) if ( ctx.handle != DRM_KERNEL_CONTEXT ) { if (dev->fn_tbl.context_dtor) dev->fn_tbl.context_dtor(dev, ctx.handle); + DRM(ctxbitmap_free)( dev, ctx.handle ); } |