diff options
| author | yuryalekseev <[email protected]> | 2022-12-29 19:20:48 +0300 |
|---|---|---|
| committer | yuryalekseev <[email protected]> | 2022-12-29 19:20:48 +0300 |
| commit | be0300940de87d760946dbca2b5ad0143c22777f (patch) | |
| tree | 6bc5f5449f0461251b8af8519ea463817ad5d7ee /contrib/restricted/boost/python | |
| parent | 73b247f4a0932b7d9fb693cfcc28965862abb20a (diff) | |
Remove obsolete dependencies.
Diffstat (limited to 'contrib/restricted/boost/python')
| -rw-r--r-- | contrib/restricted/boost/python/src/exec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/restricted/boost/python/src/exec.cpp b/contrib/restricted/boost/python/src/exec.cpp index df1971691bd..7488da1f6dd 100644 --- a/contrib/restricted/boost/python/src/exec.cpp +++ b/contrib/restricted/boost/python/src/exec.cpp @@ -129,6 +129,7 @@ object BOOST_PYTHON_DECL exec_file(char const *filename, object global, object l f, Py_file_input, global.ptr(), local.ptr()); + fclose(fs); if (!result) throw_error_already_set(); return object(detail::new_reference(result)); } |
