X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2Fcds_wfs_pop.c;h=09edd3dc8a268a337b52b4482955323574fd6373;hp=4cdec0a3b36b15078a6993805347e60071c86c56;hb=6acc6ad438eacc973c610e7ec8e76c9cd83c6286;hpb=6bf9e8eec9c9f2c9177e9ca0781f973605c011ed 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; }