1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Back to building. Now to test with insure.

Added some frees needed to stop memory leaks.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent c2099cfb03
commit eba31e4e80
8 changed files with 74 additions and 75 deletions

View File

@ -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) {