Fix: examples: use destroy API for queues/stacks
[urcu.git] / doc / examples / wfstack / cds_wfs_pop_all_blocking.c
index 766f07f1eb09226b1452dd9fc73d65f5f97a601a..c5681ce55c0ccfcd4e4aa988a2b4fc53c0246e5d 100644 (file)
@@ -75,5 +75,6 @@ int main(int argc, char **argv)
        }
        printf("\n");
 end:
+       cds_wfs_destroy(&mystack);
        return ret;
 }
This page took 0.023129 seconds and 4 git commands to generate.