From bcc6aa4c13efef5684f80f59b4ef568ffeef2d9d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 24 Feb 2017 01:34:14 -0800 Subject: MFIB memory leak. free the per-source interface hash Change-Id: I0ccb337eb0ed50ccc64193533cd816f6e36e6db5 Signed-off-by: Neale Ranns --- src/vppinfra/hash.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/vppinfra/hash.h') diff --git a/src/vppinfra/hash.h b/src/vppinfra/hash.h index 3f0efaa7..4db5a576 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 */ /* -- cgit 1.2.3-korg