Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174265
b: refs/heads/master
c: 6a47081
h: refs/heads/master
i:
  174263: f81ce40
v: v3
  • Loading branch information
Jari Vanhala authored and Dmitry Torokhov committed Dec 5, 2009
1 parent ecd000a commit 5d06736
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a9b0d0e57de88030527a95edea2722851897b7dd
refs/heads/master: 6a47081c37b7dd7810ce19e156c1a3bf11987e9a
1 change: 1 addition & 0 deletions trunk/drivers/input/ff-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ void input_ff_destroy(struct input_dev *dev)
if (ff->destroy)
ff->destroy(ff);
kfree(ff->private);
kfree(ff->effects);
kfree(ff);
dev->ff = NULL;
}
Expand Down

0 comments on commit 5d06736

Please sign in to comment.