Skip to content

Commit

Permalink
utils: iio_event: Remove unused goto label
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
  • Loading branch information
pcercuei committed Dec 11, 2023
1 parent 068c439 commit c40d13a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/iio_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ int main(int argc, char **argv)
out_ctx_destroy:
if (ctx)
iio_context_destroy(ctx);
out_free_argw:
free_argw(argc, argw);
return ret;
}

0 comments on commit c40d13a

Please sign in to comment.