1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

s3:winbind: Fix a double-free

Part of a fix for bug #6793.
This commit is contained in:
Volker Lendecke
2009-10-13 20:56:28 +02:00
committed by Jeremy Allison
parent db29d3eb40
commit c6fc461e71

View File

@@ -440,7 +440,6 @@ done:
}
talloc_destroy(frame);
TALLOC_FREE(entry_dn);
return nt_status;
}