Kaydet (Commit) d9c1bf7f authored tarafından Stefan Krah's avatar Stefan Krah

After the jump in line 1051 unicode_tmp is NULL. Found by Coverity.

üst 527a2400
......@@ -1099,7 +1099,7 @@ format_float_internal(PyObject *value,
&locale, 0);
done:
Py_DECREF(unicode_tmp);
Py_XDECREF(unicode_tmp);
free_locale_info(&locale);
return result;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment