initialize py_stats to NULL

This commit is contained in:
Nico von Geyso 2013-02-17 12:54:32 +01:00
parent 673053dc71
commit 35230d06b8

@ -184,7 +184,7 @@ PyDoc_STRVAR(Remote_fetch__doc__,
PyObject *
Remote_fetch(Remote *self, PyObject *args)
{
PyObject* py_stats;
PyObject* py_stats = NULL;
const git_transfer_progress *stats;
int err;