修复销毁maat句柄(Maat_burn_feather)时没有释放FieldStat句柄的bug。

This commit is contained in:
zhengchao
2018-11-26 18:41:45 +08:00
parent eddc68eaf0
commit 8a1fe9caf2
3 changed files with 9 additions and 2 deletions

View File

@@ -415,6 +415,7 @@ struct _Maat_feather_t
char group_tn[MAX_TABLE_NAME_LEN];
pthread_mutex_t backgroud_update_mutex;
unsigned char decrypt_key[MAX_TABLE_NAME_LEN];
pthread_t cfg_mon_t;
char redis_ip[MAX_TABLE_NAME_LEN];
int redis_port;