Free the allocated bitvec in test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user