]> git.lyx.org Git - lyx.git/commit
Make sure not to use a pointer that may be bogus
authorEnrico Forestieri <forenr@lyx.org>
Wed, 14 Sep 2016 00:27:18 +0000 (02:27 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 14 Sep 2016 00:27:18 +0000 (02:27 +0200)
commit8ec91e804a038982d07fc2f88511da8579b9b523
tree0e2cbf43fead75514a9564264f6a02911bcc195d
parentf2a263e334e3f6c9133576c5b43dc2cda79c6858
Make sure not to use a pointer that may be bogus

It may happen that mathedWordList is not still updated at load time,
so we would still be using a bogus pointer. Better fetching the
necessary info from the global macro table.
src/mathed/MathMacro.cpp