Fix Symbol Editor crash from stale search-term span

Fixes https://gitlab.com/kicad/code/kicad/-/work_items/23429
This commit is contained in:
Damjan Prerad
2026-03-13 20:55:55 +01:00
parent 57ea841427
commit e25c5a9848
+1 -1
View File
@@ -151,7 +151,7 @@ public:
bool m_IsAlreadyPlacedGroup;
protected:
std::span<SEARCH_TERM> m_sourceSearchTerms;
std::vector<SEARCH_TERM> m_sourceSearchTerms;
};