mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
fixed memory leaks
This commit is contained in:
@@ -175,6 +175,11 @@ int pcpvault_addkey(PCPCTX *ptx, vault_t *vault, void *item, uint8_t type);
|
||||
*/
|
||||
int pcpvault_close(PCPCTX *ptx, vault_t *vault);
|
||||
|
||||
/** Free vault resources
|
||||
|
||||
\param[in] vault The vault object.
|
||||
*/
|
||||
void pcpvault_free(vault_t *vault);
|
||||
|
||||
/** Reads in the vault contents.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user