Fix: tests: invoke destroy APIs for queues/stacks
[urcu.git] / wfstack.c
index 7618be3b38c51e1f824d13d0c0a6e10839874ec6..46300f92ce061176a4b2fe9339a85891c5d8f0e7 100644 (file)
--- a/wfstack.c
+++ b/wfstack.c
@@ -38,6 +38,11 @@ void cds_wfs_init(struct cds_wfs_stack *s)
        _cds_wfs_init(s);
 }
 
+void cds_wfs_destroy(struct cds_wfs_stack *s)
+{
+       _cds_wfs_destroy(s);
+}
+
 void __cds_wfs_init(struct __cds_wfs_stack *s)
 {
        ___cds_wfs_init(s);
This page took 0.022581 seconds and 4 git commands to generate.