Issue #12342: Fix compilation on Mac OS X

This commit is contained in:
Victor Stinner 2011-11-04 09:49:24 +01:00
parent 54540ec917
commit 3d7acb08c4
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ AsObj(PyObject *value)
PyErr_Format(PyExc_ValueError,
"character U+%x is above the range "
"(U+0000-U+FFFF) allowed by Tcl",
inbuf[i]);
ch);
ckfree(FREECAST outbuf);
return NULL;
#endif