🐎 ci(stage upgrade): split to 4 stage

This commit is contained in:
yangwei
2024-08-07 14:04:07 +08:00
committed by luwenpeng
parent 6bb5c44ee3
commit 90ca08568e
8 changed files with 128 additions and 99 deletions

View File

@@ -166,7 +166,7 @@ void session_table_del(struct session_table *table, struct session *sess)
HASH_DELETE(hh1, table->root_tuple6, sess);
HASH_DELETE(hh2, table->root_tuple4, sess);
HASH_DELETE(hh3, table->root_sessid, sess);
if (table->free_cb && sess)
if (table->free_cb)
{
table->free_cb(sess, table->arg);
}