修复cleanup_update_status中对redis reply double free的bug。
This commit is contained in:
@@ -1436,6 +1436,8 @@ void cleanup_update_status(redisContext *ctx, void *logger)
|
||||
,version_upper_bound
|
||||
,version_num
|
||||
,entry_num);
|
||||
return;
|
||||
|
||||
error_out:
|
||||
freeReplyObject(reply);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user