RESTORE ABSTTL skip expired keys - leak (#7511)

(cherry picked from commit 6a81450144)
This commit is contained in:
Oran Agra
2020-07-20 21:08:26 +03:00
parent aea4db2f5a
commit c4b428a388
+1
View File
@@ -5030,6 +5030,7 @@ void restoreCommand(client *c) {
notifyKeyspaceEvent(NOTIFY_GENERIC,"del",key,c->db->id);
server.dirty++;
}
decrRefCount(obj);
addReply(c, shared.ok);
return;
}