s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.
[samba.git] / source3 / winbindd / winbindd_ccache_access.c
index c5a760af05210b2cfe09bf569f5584e03ddbe8be..6a265ccaf07c5503b0c84618fb09d64190967c9d 100644 (file)
@@ -136,7 +136,7 @@ static NTSTATUS do_ntlm_auth_with_hashes(const char *username,
        status = NT_STATUS_OK;
 
 done:
-       ntlmssp_end(&ntlmssp_state);
+       TALLOC_FREE(ntlmssp_state);
        return status;
 }