Skip to content

Commit

Permalink
damn, another fix for spooler leak
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto@sirius committed Feb 21, 2011
1 parent 364a580 commit 9331d11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/python/uwsgi_pymodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -2132,6 +2132,7 @@ PyObject *py_uwsgi_parse_file(PyObject * self, PyObject * args) {

}

free(buffer);
goto clear2;

clear3:
Expand Down

0 comments on commit 9331d11

Please sign in to comment.