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

Fix additional leaks.

üst 6e165b30
......@@ -2263,6 +2263,8 @@ win32_link(PyObject *self, PyObject *args)
rslt = CreateHardLink(dst, src, NULL);
Py_END_ALLOW_THREADS
Py_DECREF(osrc);
Py_DECREF(odst);
if (rslt == 0)
return posix_error();
......
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