]> git.saurik.com Git - redis.git/blobdiff - src/redis.c
Contributing file added
[redis.git] / src / redis.c
index caa9624739ef9defa9a58c1b55f330a096eb9eb0..7b1b3f4fb7c7c539165c0e919b85322dadd8e0ee 100644 (file)
@@ -340,7 +340,7 @@ dictType zsetDictType = {
     NULL,                      /* val dup */
     dictEncObjKeyCompare,      /* key compare */
     dictRedisObjectDestructor, /* key destructor */
-    dictVanillaFree            /* val destructor of malloc(sizeof(double)) */
+    NULL                       /* val destructor */
 };
 
 /* Db->dict, keys are sds strings, vals are Redis objects. */