summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-05-20 00:31:51 +0000
committerXin LI <delphij@FreeBSD.org>2010-05-20 00:31:51 +0000
commitdda77c96961783629dcb6e582830a17afda7e95a (patch)
tree5b7f27d3d189843373dc23d1ab7b5bf3ca5eb9b5 /usr.bin
parente2c42d430e16e1ddd9729861fce2579388e01915 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rpcgen/rpc_cout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/rpcgen/rpc_cout.c b/usr.bin/rpcgen/rpc_cout.c
index 8bbd5d3c578b..4c36ce6c583d 100644
--- a/usr.bin/rpcgen/rpc_cout.c
+++ b/usr.bin/rpcgen/rpc_cout.c
@@ -489,6 +489,7 @@ inline_struct(definition *def, int flag)
}
size = 0;
i = 0;
+ free(sizestr);
sizestr = NULL;
print_stat(indent + 1, &dl->decl);
}