Extend the mbuf queue test

This commit is contained in:
Nils O. Selåsdal
2015-05-05 00:08:47 +02:00
parent 5e2b1e2d0d
commit 70d5c2b600
+3
View File
@@ -331,6 +331,9 @@ START_TEST (test_mbuf_queue)
fail_if(!uc_tailq_empty(&head)); fail_if(!uc_tailq_empty(&head));
q = uc_mbuf_dequeue(&head);
fail_if(q != NULL);
uc_mbuf_free(m1); uc_mbuf_free(m1);
uc_mbuf_free(m2); uc_mbuf_free(m2);