fixed gevent leak

This commit is contained in:
Roberto De Ioris
2013-01-12 17:17:30 +01:00
parent 7a80ee49be
commit 385458b291
+5
View File
@@ -275,6 +275,11 @@ ssize_t uwsgi_gevent_hook_input_read(struct wsgi_request *wsgi_req, char *tmp_bu
stop_the_watchers
}
Py_DECREF(current);
Py_DECREF(current_greenlet);
Py_DECREF(watcher);
Py_DECREF(timer);
return *tmp_pos;
}