From 41b6e3454b2b054fd228f32e4ee61f4465527150 Mon Sep 17 00:00:00 2001 From: zhengchao Date: Sat, 22 Dec 2018 16:31:13 +0600 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=8F=A6=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E5=85=A8=E9=87=8F=E7=9A=84=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entry/Maat_command.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/entry/Maat_command.cpp b/src/entry/Maat_command.cpp index a9efe3c..b2db528 100644 --- a/src/entry/Maat_command.cpp +++ b/src/entry/Maat_command.cpp @@ -393,8 +393,6 @@ int get_inc_key_list(long long instance_version, long long target_version, redis { MESA_handle_runtime_log(logger, RLOG_LV_INFO, maat_redis_monitor, "Noncontinuous VERSION Redis: %lld MAAT: %lld.",nearest_rule_version,instance_version); - freeReplyObject(reply); - return -1; } s_rule=(struct serial_rule_t*)calloc(reply->elements,sizeof(struct serial_rule_t)); for(i=0, j=0;ielements;i++)