]> granicus.if.org Git - python/commit
Free the malloc'ed buffer that holds the command once we're done with it.
authorGuido van Rossum <guido@python.org>
Sat, 2 Aug 1997 03:00:42 +0000 (03:00 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 2 Aug 1997 03:00:42 +0000 (03:00 +0000)
commit05f7c50bfd68ed0efc68145ff029b1509685751d
treea6d2ea2fc04626c395be0999b47b0104242b80d8
parenteb46d67ce5f4906bdae80458080e5e6bfff6512b
Free the malloc'ed buffer that holds the command once we're done with it.

Instead of calling Py_Exit(sts), call Py_Cleanup() and return sts.
Modules/main.c