diff options
Diffstat (limited to 'drivers/video/tcx.c')
-rw-r--r-- | drivers/video/tcx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/tcx.c b/drivers/video/tcx.c index 855b71993f61..07c66e946634 100644 --- a/drivers/video/tcx.c +++ b/drivers/video/tcx.c | |||
@@ -480,6 +480,7 @@ out_dealloc_cmap: | |||
480 | 480 | ||
481 | out_unmap_regs: | 481 | out_unmap_regs: |
482 | tcx_unmap_regs(op, info, par); | 482 | tcx_unmap_regs(op, info, par); |
483 | framebuffer_release(info); | ||
483 | 484 | ||
484 | out_err: | 485 | out_err: |
485 | return err; | 486 | return err; |