diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-04-08 09:08:22 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-08 08:08:19 -0700 |
commit | 3a74f650637e5e8e1ae71933cbfb6373147c0456 (patch) | |
tree | d4ab1097ff747b2440f963d750adcc68081c0a47 /scripts/add-version-to-appdata.sh | |
parent | d9599589c71d4288dafdbaa58637956a3447c798 (diff) | |
download | subsurface-3a74f650637e5e8e1ae71933cbfb6373147c0456.tar.gz |
fulltext: don't call words.clear() in FullText::populate()
This function was not meant to be called with already existing data.
However, if it was, it cleared the words without clearing the fulltext
caches of the dives. This lead to crashes.
Be more resilient by not clearing the words: Already existing dives
are unregistered during the process of populating anyway. So this
now *should* work if new dives are added to the dive list and then
this function is called.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'scripts/add-version-to-appdata.sh')
0 files changed, 0 insertions, 0 deletions