Fixing Coverity warnings.
CID 200496 CID 200494 CID 200490 CID 200489 CID 200483 CID 200482 CID 200472 CID 200465
This commit is contained in:
@@ -298,8 +298,8 @@ nxt_python_init(nxt_task_t *task, nxt_common_app_conf_t *conf)
|
||||
|
||||
fail:
|
||||
|
||||
Py_DECREF(obj);
|
||||
Py_DECREF(module);
|
||||
Py_XDECREF(obj);
|
||||
Py_XDECREF(module);
|
||||
|
||||
return NXT_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user