TD-353
This commit is contained in:
parent
7ee0094773
commit
ca9ba4276b
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue