Commit 5931d536 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle Vanem found a lib handle leak in the ldap code

parent 3ed3ae5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ static void DynaOpen(void)
     * liblber.so automatically, but since it does not we will
     * handle it here by opening liblber.so as global.
     */
    dlopen("liblber.so",
    liblber = dlopen("liblber.so",
#ifdef RTLD_LAZY_GLOBAL /* It turns out some systems use this: */
           RTLD_LAZY_GLOBAL
#else