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

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