Commit 02feb30b authored by Conor McCarthy's avatar Conor McCarthy Committed by Alexandre Julliard

wldap32: Use ldap_memvfree() to free array allocated by libldap.

parent b72d6d1d
......@@ -258,7 +258,7 @@ ULONG CDECL ldap_parse_resultW( WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *result,
ldap_memfree( matchedU );
ldap_memfree( errorU );
strarrayfreeU( referralsU );
ldap_memvfree( (void **)referralsU );
ldap_controls_free( serverctrlsU );
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment