]> granicus.if.org Git - python/commitdiff
Plug memory leak in the previous fix :-(
authorGuido van Rossum <guido@python.org>
Tue, 21 May 1996 23:44:17 +0000 (23:44 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 May 1996 23:44:17 +0000 (23:44 +0000)
Objects/stringobject.c

index 48c246a1e5e01f2e073e6c5a6127b0872256506e..ac03ff659476a495cfccebfd217a3da3c8387ec1 100644 (file)
@@ -673,7 +673,6 @@ formatstring(format, args)
                        char *buf;
                        int sign;
                        int len;
-                       args_owned = 0;
                        if (*fmt == '(') {
                                char *keystart;
                                int keylen;