]> granicus.if.org Git - python/commit
If main() is called and an argument cannot be decoded, make sure to
authorBrett Cannon <brett@python.org>
Mon, 25 Jun 2012 20:25:28 +0000 (16:25 -0400)
committerBrett Cannon <brett@python.org>
Mon, 25 Jun 2012 20:25:28 +0000 (16:25 -0400)
commit0b1b9ce494ee91ed525a83b802e15cd9a03922d5
tree024e6b565241fbd6bebb7f7ca28abdad694d7a29
parent8a250fac15ecb2604461ea5753638269e342eb91
If main() is called and an argument cannot be decoded, make sure to
free the copy of the command-line.

Found using Clang's static analyzer.
Misc/NEWS
Modules/python.c