]> git.lyx.org Git - features.git/commit
Initialize a member variable before it is used
authorScott Kostyshak <skostysh@lyx.org>
Sat, 1 Oct 2016 03:21:45 +0000 (23:21 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 1 Oct 2016 03:27:13 +0000 (23:27 -0400)
commit3fefbf7917f66660f38d266f834b98945cff6903
tree3d8f6f8cc091b2195fff5e83901ca40318591582
parent77f6770bbfaff48c9e0e42459a3916e327aece1f
Initialize a member variable before it is used

Valgrind spotted a conditional jump depending on an uninitialised
value.

Thanks to Pavel for the help. For more information, see:
https://www.mail-archive.com/search?l=mid&q=20160928204810.e5ylny3raa7jgmgw%40Opti1604
src/Buffer.cpp