queue test with double destroy

This commit is contained in:
tezc 2021-01-23 21:03:32 +03:00
parent 20803c9a3b
commit dba1e074a0

View File

@ -150,6 +150,7 @@ void test1(void)
assert(sc_queue_empty(p) == true);
sc_queue_destroy(p);
sc_queue_destroy(p);
}
int main(int argc, char *argv[])