logApp: reference leak in inotify_wrap.c

This commit is contained in:
Michael Davidsaver
2015-01-04 12:54:41 -05:00
parent b93aee9496
commit 3f9bb84706

View File

@ -153,6 +153,7 @@ retry:
Py_DECREF(tuple);
goto fail;
}
Py_DECREF(tuple); /* PyList_Append() takes a reference */
buf += evtsize;
ret -= evtsize;