1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-09 17:49:29 +03:00

Fix double free.

This commit is contained in:
Jelmer Vernooij
2008-10-21 15:51:04 +02:00
parent 19aec78aec
commit fdf0d9bbb8

View File

@ -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;
}