2 references to ber_free
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\Interop\BerPal.Linux.cs (1)
12
internal static void FreeBerElement(IntPtr berelement, int option) => Interop.Ldap.
ber_free
(berelement, option);
System\DirectoryServices\Protocols\Interop\SafeHandles.Linux.cs (1)
81
Interop.Ldap.
ber_free
(handle, 1);