mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 06:31:58 +00:00
fixed a couple of leaks
This commit is contained in:
@@ -1312,6 +1312,8 @@ PyObject *py_uwsgi_send_multi_message(PyObject * self, PyObject * args) {
|
||||
}
|
||||
}
|
||||
|
||||
free(buffer);
|
||||
|
||||
return retobject;
|
||||
|
||||
megamulticlear:
|
||||
@@ -2098,6 +2100,7 @@ PyObject *py_uwsgi_parse_file(PyObject * self, PyObject * args) {
|
||||
}
|
||||
}
|
||||
|
||||
close(fd);
|
||||
return zero;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user