commit | a9aedd2011f6ab83215738e5214cbd6e484ca754 | [log] [tgz] |
---|---|---|
author | Philip Jenvey <pjenvey@underboss.org> | Wed Apr 07 05:19:21 2010 +0000 |
committer | Philip Jenvey <pjenvey@underboss.org> | Wed Apr 07 05:19:21 2010 +0000 |
tree | d4ae5c8a20a1b0ffe71d277215206533cd82780e | |
parent | 6c96ffe031c1167730dc1d5918971952857d1685 [diff] |
woops these strings aren't kept around, free them
diff --git a/Modules/main.c b/Modules/main.c index 95fae17..5ae82ef 100644 --- a/Modules/main.c +++ b/Modules/main.c
@@ -417,6 +417,7 @@ "not enough memory to copy PYTHONWARNINGS"); mbstowcs(warning, buf, len); PySys_AddWarnOption(warning); + free(warning); } }