mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Fix CID 11023: Resource leak
https://fedorahosted.org/freeipa/ticket/2037
This commit is contained in:
parent
a49cf51ee2
commit
bc3fb1b3a0
@ -334,6 +334,7 @@ done:
|
||||
free(keys[i].key_data_contents[0]);
|
||||
free(keys[i].key_data_contents[1]);
|
||||
}
|
||||
free(keys);
|
||||
*result = NULL;
|
||||
*num = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user