summaryrefslogtreecommitdiff
path: root/src/latency.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/latency.c')
-rw-r--r--src/latency.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/latency.c b/src/latency.c
index c661c5d6d..535e48c2b 100644
--- a/src/latency.c
+++ b/src/latency.c
@@ -53,7 +53,8 @@ dictType latencyTimeSeriesDictType = {
NULL, /* val dup */
dictStringKeyCompare, /* key compare */
dictVanillaFree, /* key destructor */
- dictVanillaFree /* val destructor */
+ dictVanillaFree, /* val destructor */
+ NULL /* allow to expand */
};
/* ------------------------- Utility functions ------------------------------ */