From 0d8690091bcd038408e58d385f2687e1ef79b596 Mon Sep 17 00:00:00 2001 From: "roberto@oneiric64" Date: Sat, 26 Nov 2011 08:04:39 +0100 Subject: [PATCH] applied riccardo's patch [1] --- plugins/python/python_plugin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/python/python_plugin.c b/plugins/python/python_plugin.c index 3f7ca007..583731a3 100644 --- a/plugins/python/python_plugin.c +++ b/plugins/python/python_plugin.c @@ -253,7 +253,6 @@ PyObject *uwsgi_pyimport_by_filename(char *name, char *filename) { if (!pyfile) { uwsgi_error_open(real_filename); free(real_filename); - fclose(pyfile); return NULL; } }