summaryrefslogtreecommitdiff
path: root/testing/pstoedit/pstoedit-3.50-plugin-close.patch
blob: 6787d6aefd4a8af9bed95b0db501c40203ffabba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
http://bugzilla.redhat.com/507035

diff --git a/src/dynload.cpp b/src/dynload.cpp
index c0db355..7c073ef 100644
--- a/src/dynload.cpp
+++ b/src/dynload.cpp
@@ -147,7 +147,6 @@ void DynLoader::close()
 
 DynLoader::~DynLoader()
 {
-	close();
 	libname=0;
 }