diff options
author | Jeremy Allison <jra@samba.org> | 2000-06-01 18:17:22 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-06-01 18:17:22 +0000 |
commit | eba31e4e802120c9eb8c4688f521b4de9cb91f5c (patch) | |
tree | 6b7ee7cff3bda01c8803253948e82ad953402dd5 /source/rpc_parse/parse_misc.c | |
parent | c2099cfb033c2cdb6035f4f7f50ce21b98e1584d (diff) | |
download | samba-eba31e4e802120c9eb8c4688f521b4de9cb91f5c.tar.gz samba-eba31e4e802120c9eb8c4688f521b4de9cb91f5c.tar.xz samba-eba31e4e802120c9eb8c4688f521b4de9cb91f5c.zip |
Back to building. Now to test with insure.
Added some frees needed to stop memory leaks.
Jeremy.
Diffstat (limited to 'source/rpc_parse/parse_misc.c')
-rw-r--r-- | source/rpc_parse/parse_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpc_parse/parse_misc.c b/source/rpc_parse/parse_misc.c index 935d83cafa5..da2aa4450e3 100644 --- a/source/rpc_parse/parse_misc.c +++ b/source/rpc_parse/parse_misc.c @@ -686,7 +686,7 @@ BOOL smb_io_buffer2(char *desc, BUFFER2 *buf2, uint32 buffer, prs_struct *ps, in creates a UNISTR2 structure: sets up the buffer, too ********************************************************************/ -void init_buf_unistr2(UNISTR2 *str, uint32 *ptr, char *buf) +void init_buf_unistr2(UNISTR2 *str, uint32 *ptr, const char *buf) { if (buf != NULL) { |