git.samba.org
/
kai
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19aec78
)
Fix double free.
author
Jelmer Vernooij
<jelmer@samba.org>
Tue, 21 Oct 2008 13:51:04 +0000
(15:51 +0200)
committer
Jelmer Vernooij
<jelmer@samba.org>
Tue, 21 Oct 2008 13:51:04 +0000
(15:51 +0200)
source4/lib/registry/ldb.c
patch
|
blob
|
history
diff --git
a/source4/lib/registry/ldb.c
b/source4/lib/registry/ldb.c
index 0aa44fa468da98b8717c5ad19a65b8a175e81775..7d78ba1a8f63d9116f342613459018b52ae0e773 100644
(file)
--- a/
source4/lib/registry/ldb.c
+++ b/
source4/lib/registry/ldb.c
@@
-391,7
+391,6
@@
static WERROR ldb_get_value(TALLOC_CTX *mem_ctx, struct hive_key *k,
talloc_free(res);
}
- talloc_free(res);
return WERR_OK;
}