1
0
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:
Jelmer Vernooij 2004-09-27 10:13:41 +00:00 committed by Gerald (Jerry) Carter
parent 8c039e5c91
commit 073e9af19b

View File

@ -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;
}