mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix a memleak in secrets_fetch_afs_key
Coverity ID 570 (This used to be commit 0f52dc3f7eae7e87b8a71bd099b99b0b3e76a387)
This commit is contained in:
parent
8c98f5af6f
commit
0e7d1aae2f
@ -1063,6 +1063,8 @@ bool secrets_fetch_afs_key(const char *cell, struct afs_key *result)
|
||||
|
||||
result->kvno = ntohl(result->kvno);
|
||||
|
||||
SAFE_FREE(keyfile);
|
||||
|
||||
return True;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user