summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-09-10 15:46:09 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-09-10 15:46:09 (GMT)
commit8f734ebe94fec52380789a5f1c95a531378db024 (patch)
tree1418f34d5bfffd367d4aaf4bcef547ec3e004baf /Python/pythonrun.c
parentfd3023649459c5eac49f401335d43a9587da5e71 (diff)
downloadcpython-8f734ebe94fec52380789a5f1c95a531378db024.zip
cpython-8f734ebe94fec52380789a5f1c95a531378db024.tar.gz
cpython-8f734ebe94fec52380789a5f1c95a531378db024.tar.bz2
Fixed reference leak in error branch of _bufferedreader_read_all(). The variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions