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