initialize py_stats to NULL
This commit is contained in:
parent
673053dc71
commit
35230d06b8
@ -184,7 +184,7 @@ PyDoc_STRVAR(Remote_fetch__doc__,
|
|||||||
PyObject *
|
PyObject *
|
||||||
Remote_fetch(Remote *self, PyObject *args)
|
Remote_fetch(Remote *self, PyObject *args)
|
||||||
{
|
{
|
||||||
PyObject* py_stats;
|
PyObject* py_stats = NULL;
|
||||||
const git_transfer_progress *stats;
|
const git_transfer_progress *stats;
|
||||||
int err;
|
int err;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user