aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/rpcgen/rpc_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c
index 698017c969f2..1a2cae928472 100644
--- a/usr.bin/rpcgen/rpc_main.c
+++ b/usr.bin/rpcgen/rpc_main.c
@@ -925,7 +925,6 @@ moreargs(void)
warnx("unable to allocate arglist");
crash();
}
- free(arglist);
arglist = newarglist;
}