repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update credits
[LibreOffice.git]
/
external
/
cppunit
/
unix.patch
blob
e75e72c6fad8f22c8f721b6c3f2c28929e12e897
1
--- misc/cppunit-1.13.1/src/cppunit/UnixDynamicLibraryManager.cpp
2
+++ misc/build/cppunit-1.13.1/src/cppunit/UnixDynamicLibraryManager.cpp
3
@@ -20,7 +20,6 @@
4
void
5
DynamicLibraryManager::doReleaseLibrary()
6
{
7
- ::dlclose( m_libraryHandle);
8
}
9
10