]> sigrok.org Git - sigrok-cli.git/blobdiff - main.c
valgrind: Clear more unfreed memory issues
[sigrok-cli.git] / main.c
diff --git a/main.c b/main.c
index 2bb2ef71bb13a95e877a276d346e0e8e41b11264..94f1c0f6491c25159573b73259fb59a4c7b2734f 100644 (file)
--- a/main.c
+++ b/main.c
@@ -214,8 +214,6 @@ int main(int argc, char **argv)
                }
                if (register_pds(opt_pds, opt_pd_annotations) != 0)
                        goto done;
-               if (setup_pd_stack(opt_pds, opt_pd_stack, opt_pd_annotations) != 0)
-                       goto done;
 
                /* Only one output type is ever shown. */
                if (opt_pd_binary) {