summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/python
diff options
context:
space:
mode:
authoryuryalekseev <[email protected]>2022-12-29 19:20:48 +0300
committeryuryalekseev <[email protected]>2022-12-29 19:20:48 +0300
commitbe0300940de87d760946dbca2b5ad0143c22777f (patch)
tree6bc5f5449f0461251b8af8519ea463817ad5d7ee /contrib/restricted/boost/python
parent73b247f4a0932b7d9fb693cfcc28965862abb20a (diff)
Remove obsolete dependencies.
Diffstat (limited to 'contrib/restricted/boost/python')
-rw-r--r--contrib/restricted/boost/python/src/exec.cpp1
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));
}