]> granicus.if.org Git - python/commit
Fix [ 776721 ] locale.setlocale() leaks
authorMark Hammond <mhammond@skippinet.com.au>
Thu, 24 Jul 2003 14:15:07 +0000 (14:15 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Thu, 24 Jul 2003 14:15:07 +0000 (14:15 +0000)
commit9a71475e9e2e2532819ccacc8d2a6e53fd01a9d2
tree1f5c9f293f9df1f005fce7f9e7e95f634a7f4046
parent175ddb5b30f742d47f5567cea106934cc125138d
Fix [ 776721 ] locale.setlocale() leaks
Our saved locale was not being freed.  Also check correct variable for
NULL.
Modules/_localemodule.c