mirror of
https://github.com/samba-team/samba.git
synced 2025-11-22 16:23:49 +03:00
r19365: fixed a memory leak in the ldb attribute handling
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
916413097d
commit
d7e0768516
@@ -357,6 +357,9 @@ struct ldb_attrib_handler {
|
||||
*/
|
||||
#define LDB_ATTR_FLAG_HIDDEN (1<<0)
|
||||
|
||||
/* the attribute handler name should be freed when released */
|
||||
#define LDB_ATTR_FLAG_ALLOCATED (1<<1)
|
||||
|
||||
/**
|
||||
The attribute is constructed from other attributes
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user