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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user