diff options
author | Neale Ranns <nranns@cisco.com> | 2017-02-24 01:34:14 -0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-02-24 11:16:25 +0000 |
commit | bcc6aa4c13efef5684f80f59b4ef568ffeef2d9d (patch) | |
tree | cd409741858666e6d9ca164be5eac06f4c7fb068 /src/vppinfra | |
parent | 04197eea69c77a0145dc54d56fc767a03897c90e (diff) |
MFIB memory leak. free the per-source interface hash
Change-Id: I0ccb337eb0ed50ccc64193533cd816f6e36e6db5
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vppinfra')
-rw-r--r-- | src/vppinfra/hash.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/vppinfra/hash.h b/src/vppinfra/hash.h index 3f0efaa727c..4db5a57602e 100644 --- a/src/vppinfra/hash.h +++ b/src/vppinfra/hash.h @@ -683,11 +683,6 @@ unformat_function_t unformat_hash_string; /* Main test routine. */ int test_hash_main (unformat_input_t * input); -static inline void -hash_delete (void *bob) -{ -} - #endif /* included_hash_h */ /* |