]> git.sesse.net Git - vlc/commit
fb: unmap mmap'ed area when closing framebuffer display.
authorJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 11 Feb 2009 15:03:05 +0000 (16:03 +0100)
committerJean-Paul Saman <jean-paul.saman@m2x.nl>
Wed, 11 Feb 2009 15:14:39 +0000 (16:14 +0100)
commit5d40c7d41dafc119c83aea43b5fbc7cf56aaa3d3
tree60f5ff06b3d0255762465e6a108ecca5951ba857
parentd8704994aa813b256a42764e5edae3c2a9a26d23
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.
modules/video_output/fb.c