diff options
Diffstat (limited to 'Python/errors.c')
| -rw-r--r-- | Python/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/errors.c b/Python/errors.c index 8d02b8e..27abd84 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -509,7 +509,7 @@ PyErr_Format(PyObject *exception, const char *format, ...) PyErr_SetObject(exception, string); Py_XDECREF(string); - + va_end(vargs); return NULL; } |
