fb: unmap mmap'ed area when closing framebuffer display.
Closing of filedescriptor to /dev/fbx does not remove the mmap'ed areas. A call to munmap() is needed for this.
Showing
Please register or sign in to comment
Closing of filedescriptor to /dev/fbx does not remove the mmap'ed areas. A call to munmap() is needed for this.