c9e8154 LDAP: Allocate the temporary context on NULL, not memctx

Authored and Committed by jhrozek 11 years ago
    LDAP: Allocate the temporary context on NULL, not memctx
    
    Allocating temporary context on NULL helps vind memory leaks with
    valgrind and avoid growing memory over time by allocating on a
    long-lived context.