summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dynamic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamic.cpp b/src/dynamic.cpp
index 73edf4e6b..e96c9d905 100644
--- a/src/dynamic.cpp
+++ b/src/dynamic.cpp
@@ -72,7 +72,7 @@ DLLManager::DLLManager(char *fname)
err = (char*)dlerror();
close(fd);
// We can delete the tempfile once it's loaded, leaving just the inode.
- //unlink(tmpfile_template);
+ unlink(tmpfile_template);
#endif
}