Commit 19030a08 authored by Neil Schemenauer's avatar Neil Schemenauer

Plug memory leak.

parent bd2983ca
......@@ -5578,6 +5578,7 @@ INITFUNC(void)
PyDict_SetItemString(d, "error", PyExc_OSError);
#ifdef HAVE_PUTENV
posix_putenv_garbage = PyDict_New();
if (posix_putenv_garbage == NULL)
posix_putenv_garbage = PyDict_New();
#endif
}
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