| commit | 1b5c76a2832e3fc3eb4d850b5bc69692bf23c83a | [log] [tgz] |
|---|---|---|
| author | Christian Heimes <christian@cheimes.de> | Mon Sep 10 02:00:34 2012 +0200 |
| committer | Christian Heimes <christian@cheimes.de> | Mon Sep 10 02:00:34 2012 +0200 |
| tree | 429cb4c78070a8d56e7faaaae26a081069f90f4d | |
| parent | 15b6885fe0ac67a23bbf80f90b1854c3bd7db984 [diff] |
Fixed two memory leaks in make_filename() in zipimport.c. The allocated buffer wasn't cleaned up in two error cases. CID 486832