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; }