You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASAN flagged an error, inverted_indexes in _qf_multi_merge is allocated using new[] but deallocated using delete instead of delete[]. This diff fixes this:
ASAN flagged an error,
inverted_indexes
in _qf_multi_merge is allocated usingnew[]
but deallocated usingdelete
instead ofdelete[]
. This diff fixes this:The text was updated successfully, but these errors were encountered: