##// END OF EJS Templates
parsers: don't leak a reference to raise_revlog_error on success...
Augie Fackler -
r23947:2cb49fba stable
parent child Browse files
Show More
@@ -1262,6 +1262,7 b' static PyObject *raise_revlog_error(void'
1262 goto classfail;
1262 goto classfail;
1263 }
1263 }
1264 Py_INCREF(errclass);
1264 Py_INCREF(errclass);
1265 Py_DECREF(mod);
1265 }
1266 }
1266
1267
1267 errobj = PyObject_CallFunction(errclass, NULL);
1268 errobj = PyObject_CallFunction(errclass, NULL);
General Comments 0
You need to be logged in to leave comments. Login now