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