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)
char *buf;
int sign;
int len;
args_owned = 0;
if (*fmt == '(') {
char *keystart;
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