]> git.lyx.org Git - features.git/commit
Fix crash reported by Kornel.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 14 Jan 2021 19:17:51 +0000 (14:17 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 14 Jan 2021 19:17:51 +0000 (14:17 -0500)
commite7b9aa672f0fcb61676702e90facabbfa900ddec
tree65106d48beaddbdacede76d02f2da2d70b431b14
parent7c57001ad78394442a311f9821f882d85027433d
Fix crash reported by Kornel.

See https://marc.info/?l=lyx-devel&m=161058233016780&w=2.

Internal Buffers do not have TOCs associated with them, so we should
not try to update them. This fixes Kornel's crash, but there may be
other instances of the problem.
src/Cursor.cpp