1
0
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:
Andrew Tridgell
2006-10-17 05:50:01 +00:00
committed by Gerald (Jerry) Carter
parent 916413097d
commit d7e0768516
3 changed files with 19 additions and 8 deletions

View File

@@ -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
*/