2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

[master] Fixed memory leask in omapi dereferencing

Merges in rt33990.
This commit is contained in:
Thomas Markwalder
2015-11-05 07:07:42 -05:00
parent e1634c2479
commit ce29e69574
7 changed files with 33 additions and 40 deletions

View File

@@ -3467,11 +3467,8 @@ int write_leases6(void);
#if !defined(BINARY_LEASES)
void lease_insert(struct lease **, struct lease *);
void lease_remove(struct lease **, struct lease *);
#if defined (DEBUG_MEMORY_LEAKAGE) || \
defined (DEBUG_MEMORY_LEAKAGE_ON_EXIT)
void lease_remove_all(struct lease **);
#endif
#endif
int lease_enqueue (struct lease *);
isc_result_t lease_instantiate(const void *, unsigned, void *);
void expire_all_pools (void);