mirror of
https://github.com/tezc/sc.git
synced 2025-01-14 06:43:04 +08:00
queue test with double destroy
This commit is contained in:
parent
20803c9a3b
commit
dba1e074a0
@ -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[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user