From 7943839de2dedb5a3516c20f80fa67be35f0921e Mon Sep 17 00:00:00 2001 From: kishorenc Date: Tue, 18 Feb 2020 21:35:22 +0530 Subject: [PATCH] Delete kvs. --- include/topster.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/topster.h b/include/topster.h index 38be8b7c..21d938d3 100644 --- a/include/topster.h +++ b/include/topster.h @@ -47,6 +47,7 @@ struct Topster { ~Topster() { delete [] data; + delete [] kvs; } static inline void swapMe(KV** a, KV** b) {