summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test-load.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-load.c b/test/test-load.c
index 75dc722..b1c5236 100644
--- a/test/test-load.c
+++ b/test/test-load.c
@@ -148,6 +148,7 @@ int main(int argc, char **argv)
assert(libwacom_match_get_vendor_id(match) == 0x56a);
assert(libwacom_match_get_product_id(match) == 0xf6);
assert(libwacom_match_get_bustype(match) == WBUSTYPE_USB);
+ libwacom_destroy(device);
device = libwacom_new_from_name(db, "Wacom Cintiq 13HD", NULL);
assert(device);