aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv10_fence.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv10_fence.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv10_fence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv10_fence.c b/drivers/gpu/drm/nouveau/nv10_fence.c
index 737d066ffc60..5e1ea1cdce75 100644
--- a/drivers/gpu/drm/nouveau/nv10_fence.c
+++ b/drivers/gpu/drm/nouveau/nv10_fence.c
@@ -63,7 +63,7 @@ nv10_fence_context_del(struct nouveau_channel *chan)
63 nvif_object_fini(&fctx->head[i]); 63 nvif_object_fini(&fctx->head[i]);
64 nvif_object_fini(&fctx->sema); 64 nvif_object_fini(&fctx->sema);
65 chan->fence = NULL; 65 chan->fence = NULL;
66 kfree(fctx); 66 nouveau_fence_context_free(&fctx->base);
67} 67}
68 68
69int 69int