The Samba-Bugzilla – Attachment 4853 Details for
Bug 6814
Fixes for problems reported by valgrind
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Free smbldap_state when freeing idmap_alloc_ldap
samba-3.4.2-free-ldap-state.patch (text/plain), 414 bytes, created by
Roel van Meer
on 2009-10-15 06:26:49 UTC
(
hide
)
Description:
Free smbldap_state when freeing idmap_alloc_ldap
Filename:
MIME Type:
Creator:
Roel van Meer
Created:
2009-10-15 06:26:49 UTC
Size:
414 bytes
patch
obsolete
>--- samba-3.4.2.orig/source3/winbindd/idmap_ldap.c 2009-09-30 14:17:40.000000000 +0200 >+++ samba-3.4.2/source3/winbindd/idmap_ldap.c 2009-10-15 13:02:42.000000000 +0200 >@@ -343,8 +343,11 @@ > ret = verify_idpool(); > > done: >- if ( !NT_STATUS_IS_OK( ret ) ) >+ >+ if ( !NT_STATUS_IS_OK( ret ) ) { >+ smbldap_free_struct( &idmap_alloc_ldap->smbldap_state ); > TALLOC_FREE( idmap_alloc_ldap ); >+ } > > return ret; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6814
:
4851
|
4852
|
4853
|
4859
|
4861
|
4888
|
4993
|
5424
|
5429
|
5430