fbdev: allow passing more than one aperture for handoff
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / video / fbsysfs.c
index 81aa3129c17d75cbf67daf7d8226abb630c9d22a..0a08f134122761df00476ffcc6243b566195db79 100644 (file)
@@ -80,6 +80,7 @@ EXPORT_SYMBOL(framebuffer_alloc);
  */
 void framebuffer_release(struct fb_info *info)
 {
+       kfree(info->apertures);
        kfree(info);
 }
 EXPORT_SYMBOL(framebuffer_release);