X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Fwfstack%2Fcds_wfs_push.c;h=2daaef51be4462beb2812a1ee27a42c1efc6061c;hp=a4727a9a86f9d3c245c8eebdc3e4419a6ddef153;hb=6acc6ad438eacc973c610e7ec8e76c9cd83c6286;hpb=6bf9e8eec9c9f2c9177e9ca0781f973605c011ed diff --git a/doc/examples/wfstack/cds_wfs_push.c b/doc/examples/wfstack/cds_wfs_push.c index a4727a9..2daaef5 100644 --- a/doc/examples/wfstack/cds_wfs_push.c +++ b/doc/examples/wfstack/cds_wfs_push.c @@ -68,5 +68,6 @@ int main(int argc, char **argv) } printf("\n"); end: + cds_wfs_destroy(&mystack); return ret; }