mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-11-24 00:34:47 +00:00
328a2e7d00
SCH_IO_KICAD_SEXPR_PARSER::parseSheet() can create a dangling pointer when reading a property if the font used by the property text is not the default font: the initial SCH_FIELD item is a temporary item and leave a dangling pointer in m_fontTextMap liast when deleted. This pointer is now removed from list. |
||
---|---|---|
.. | ||
sch_io_kicad_sexpr_common.cpp | ||
sch_io_kicad_sexpr_common.h | ||
sch_io_kicad_sexpr_lib_cache.cpp | ||
sch_io_kicad_sexpr_lib_cache.h | ||
sch_io_kicad_sexpr_parser.cpp | ||
sch_io_kicad_sexpr_parser.h | ||
sch_io_kicad_sexpr.cpp | ||
sch_io_kicad_sexpr.h |