We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e8a10 commit 1326b6fCopy full SHA for 1326b6f
1 file changed
batch_job/src/vine_factory.c
@@ -563,9 +563,6 @@ static int submit_worker( struct batch_queue *queue )
563
char *features_string = make_features_string(features_table);
564
ADD_ARG2(cmd," %s",features_string);
565
free(features_string);
566
- if(transfer_port_range) {
567
- free(transfer_port_arg);
568
- }
569
570
if(wrapper_command) {
571
// Note that we don't use string_wrap_command here,
0 commit comments