summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2015-11-05 07:07:42 -0500
committerThomas Markwalder <tmark@isc.org>2015-11-05 07:07:42 -0500
commitce29e695745f3a660f0a0cd9e43b4b1c41bb8276 (patch)
tree0eb7242af024280a483cb502ccb43fa1e8ce2fd2 /includes
parente1634c24796da4d88846dbe0391df830cfa554ab (diff)
downloadisc-dhcp-ce29e695745f3a660f0a0cd9e43b4b1c41bb8276.tar.gz
[master] Fixed memory leask in omapi dereferencing
Merges in rt33990.
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 89f0e55f..02cdc5c0 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -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);