]> granicus.if.org Git - python/commit
Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffer wasn...
authorChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:00:34 +0000 (02:00 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 10 Sep 2012 00:00:34 +0000 (02:00 +0200)
commit1b5c76a2832e3fc3eb4d850b5bc69692bf23c83a
tree429cb4c78070a8d56e7faaaae26a081069f90f4d
parent15b6885fe0ac67a23bbf80f90b1854c3bd7db984
Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffer wasn't cleaned up in two error cases. CID 486832
Modules/zipimport.c