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