X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2Fcds_wfs_pop.c;fp=doc%2Fexamples%2Fwfstack%2Fcds_wfs_pop.c;h=09edd3dc8a268a337b52b4482955323574fd6373;hb=f018edde053ab8a4c16ea89433ff25c60d002c67;hp=4cdec0a3b36b15078a6993805347e60071c86c56;hpb=33984f894a91a01571abcb8b741f89b1ed3bc596;p=urcu.git diff --git a/doc/examples/wfstack/cds_wfs_pop.c b/doc/examples/wfstack/cds_wfs_pop.c index 4cdec0a..09edd3d 100644 --- a/doc/examples/wfstack/cds_wfs_pop.c +++ b/doc/examples/wfstack/cds_wfs_pop.c @@ -71,5 +71,6 @@ int main(int argc, char **argv) } printf("\n"); end: + cds_wfs_destroy(&mystack); return ret; }