Free the allocated bitvec in test

This commit is contained in:
Nils O. Selåsdal
2013-07-07 19:35:23 +02:00
parent 53dd99d32b
commit ec9a53b3a6
+2
View File
@@ -66,6 +66,8 @@ START_TEST (test_bitvec_setall_clearall)
for (i = 0; i < sizeof(unsigned long) * 8; i++)
fail_if(uc_bv_get_bit(v, i) != 0 , "bit %zu is not 0", i);
uc_bv_free(v);
END_TEST
Suite *bitvec_suite(void)