projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
078634d
)
test: fix memleak in touch test
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 10 Apr 2014 01:11:43 +0000
(11:11 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 10 Apr 2014 01:11:56 +0000
(11:11 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/touch.c
patch
|
blob
|
history
diff --git
a/test/touch.c
b/test/touch.c
index 27ed881d09e9e44e64a18901e67af6c9e7b9da46..27eb143ce42a91619ff70ff48cb5478d7474a419 100644
(file)
--- a/
test/touch.c
+++ b/
test/touch.c
@@
-107,6
+107,8
@@
START_TEST(touch_abs_transform)
}
ck_assert(tested);
+
+ litest_delete_device(dev);
}
END_TEST