Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310377
b: refs/heads/master
c: cc44011
h: refs/heads/master
i:
  310375: 6614196
v: v3
  • Loading branch information
Dan Carpenter authored and Florian Tobias Schandinat committed May 29, 2012
1 parent 22d57ae commit 35a0395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d85d135d8babbc917b370f36cbc02b7b4a2f2d99
refs/heads/master: cc4401142c1cbc63b01d6024cbc7a9f804cb3143
2 changes: 2 additions & 0 deletions trunk/drivers/video/fbsysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ EXPORT_SYMBOL(framebuffer_alloc);
*/
void framebuffer_release(struct fb_info *info)
{
if (!info)
return;
kfree(info->apertures);
kfree(info);
}
Expand Down

0 comments on commit 35a0395

Please sign in to comment.