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