Skip to content

Commit 7ec76d4

Browse files
committed
Fix access to moved out attr update
That is related to #2381, #2382, #2388; need to check if it fixes the issues.
1 parent 6e61916 commit 7ec76d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinxrt.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2991,7 +2991,7 @@ void RtIndex_c::UpdateAttributesOffline ( VecTraits_T<PostponedUpdate_t> & dUpda
29912991
Update_PrepareListOfUpdatedAttributes ( tCtx, sError );
29922992

29932993
// actualize list of updates in context of new segment
2994-
const auto & dDocids = tUpdate.m_pUpdate->m_dDocids;
2994+
const auto & dDocids = tUpdInc.m_pUpdate->m_dDocids;
29952995
ARRAY_FOREACH ( i, tUpdate.m_dRowsToUpdate )
29962996
{
29972997
auto& tRow = tUpdate.m_dRowsToUpdate[i];

0 commit comments

Comments
 (0)