mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
r2684: Free the right talloc context (don't panic when encountering illegal multibyte
sequences) (This used to be commit b90da2337b83eb261a8072f9d0b13ec28caf3c4d)
This commit is contained in:
parent
8c039e5c91
commit
073e9af19b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user