Skip to content

Commit 79bd141

Browse files
author
Rob Sanders
committed
Fix unused variable in routine
1 parent ffe705d commit 79bd141

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libcli.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,6 @@ void cli_int_free_pipeline(struct cli_pipeline *pipeline) {
29082908
for (i = 0; i < pipeline->num_words; i++) free_z(pipeline->words[i]);
29092909
free_z(pipeline->cmdline);
29102910
free_z(pipeline);
2911-
pipeline = NULL;
29122911
}
29132912

29142913
void cli_int_show_pipeline(struct cli_def *cli, struct cli_pipeline *pipeline) {

0 commit comments

Comments
 (0)