From 9331d1154e98113da332dd6e6108ea27c1f1fe60 Mon Sep 17 00:00:00 2001 From: "roberto@sirius" Date: Mon, 21 Feb 2011 11:03:46 +0100 Subject: [PATCH] damn, another fix for spooler leak --- plugins/python/uwsgi_pymodule.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/python/uwsgi_pymodule.c b/plugins/python/uwsgi_pymodule.c index f7384fec..7cc9ef86 100644 --- a/plugins/python/uwsgi_pymodule.c +++ b/plugins/python/uwsgi_pymodule.c @@ -2132,6 +2132,7 @@ PyObject *py_uwsgi_parse_file(PyObject * self, PyObject * args) { } + free(buffer); goto clear2; clear3: