diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-05-20 00:31:51 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-05-20 00:31:51 +0000 |
| commit | dda77c96961783629dcb6e582830a17afda7e95a (patch) | |
| tree | 5b7f27d3d189843373dc23d1ab7b5bf3ca5eb9b5 /usr.bin | |
| parent | e2c42d430e16e1ddd9729861fce2579388e01915 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/rpcgen/rpc_cout.c | 1 |
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); } |
