mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Plug memory leak in the previous fix :-(
This commit is contained in:
parent
993952bfb2
commit
f97632639e
1 changed files with 0 additions and 1 deletions
|
@ -673,7 +673,6 @@ formatstring(format, args)
|
|||
char *buf;
|
||||
int sign;
|
||||
int len;
|
||||
args_owned = 0;
|
||||
if (*fmt == '(') {
|
||||
char *keystart;
|
||||
int keylen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue