commit | a55007a620792a6dff946ee04b1295689e70b616 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jul 03 22:18:34 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jul 03 22:18:34 2011 -0500 |
tree | eadfc6019feb0f858ea33db265dcecdd8f3207d4 | |
parent | 0c2dba5726ca5aee41ad7e7920f0c07a548f0a49 [diff] [blame] |
plug refleak
diff --git a/Python/_warnings.c b/Python/_warnings.c index 07fd683..99f6071 100644 --- a/Python/_warnings.c +++ b/Python/_warnings.c
@@ -517,6 +517,7 @@ } else { const char *module_str = _PyUnicode_AsString(*module); + Py_XDECREF(*filename); if (module_str == NULL) goto handle_error; if (strcmp(module_str, "__main__") == 0) {