summaryrefslogtreecommitdiff
path: root/source4/lib/charcnv.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/charcnv.c')
-rw-r--r--source4/lib/charcnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/charcnv.c b/source4/lib/charcnv.c
index 33c49504d8..7d00c7e78f 100644
--- a/source4/lib/charcnv.c
+++ b/source4/lib/charcnv.c
@@ -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;
}