mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
r2684: Free the right talloc context (don't panic when encountering illegal multibyte
sequences)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4668384717
commit
b90da2337b
@@ -234,7 +234,7 @@ convert:
|
||||
break;
|
||||
}
|
||||
DEBUG(0,("Conversion error: %s(%s)\n",reason,inbuf));
|
||||
talloc_free(outbuf);
|
||||
talloc_free(ob);
|
||||
/* smb_panic(reason); */
|
||||
return (size_t)-1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user