Commit f9763263 authored by Guido van Rossum's avatar Guido van Rossum

Plug memory leak in the previous fix :-(

parent 993952bf
...@@ -673,7 +673,6 @@ formatstring(format, args) ...@@ -673,7 +673,6 @@ formatstring(format, args)
char *buf; char *buf;
int sign; int sign;
int len; int len;
args_owned = 0;
if (*fmt == '(') { if (*fmt == '(') {
char *keystart; char *keystart;
int keylen; int keylen;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment