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