##// END OF EJS Templates
parsers.c: parse_manifest: fixing refcount of flags...
Nicolas Dumazet -
r9427:d37c0f4e default
parent child Browse files
Show More
@@ -92,8 +92,6 b' static PyObject *parse_manifest(PyObject'
92 goto bail;
92 goto bail;
93
93
94 if (nlen > 40) {
94 if (nlen > 40) {
95 PyObject *flags;
96
97 flags = PyString_FromStringAndSize(zero + 41,
95 flags = PyString_FromStringAndSize(zero + 41,
98 nlen - 40);
96 nlen - 40);
99 if (!flags)
97 if (!flags)
General Comments 0
You need to be logged in to leave comments. Login now