提交 ca9ba427 编写于 作者: H Hongze Cheng

TD-353

上级 7ee00947
...@@ -279,7 +279,7 @@ SSkipListNode *tSkipListPut(SSkipList *pSkipList, SSkipListNode *pNode) { ...@@ -279,7 +279,7 @@ SSkipListNode *tSkipListPut(SSkipList *pSkipList, SSkipListNode *pNode) {
pthread_rwlock_unlock(pSkipList->lock); pthread_rwlock_unlock(pSkipList->lock);
} }
return forward[0]; return NULL;
} }
tSkipListDoInsert(pSkipList, forward, pNode); tSkipListDoInsert(pSkipList, forward, pNode);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册