From 8a1cb2fcf67fe60bdf6cd4cc6ce95dfcfffa2fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Sat, 28 Jan 2006 01:42:58 +0000 Subject: [PATCH] Don't forget to close the "scmstubfile". git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8575 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/guile.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Modules/guile.cxx b/Source/Modules/guile.cxx index ad8d42cf6..8750dba3b 100644 --- a/Source/Modules/guile.cxx +++ b/Source/Modules/guile.cxx @@ -568,6 +568,7 @@ public: Printf(scmstubfile, "\n(export %s)\n", ex); Delete(ex); } + Delete(scmstubfile); } if (goops) {