mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps] Fix unitialized read
This commit is contained in:
committed by
EmilieNumworks
parent
89c201a7f7
commit
539ea44bd7
@@ -209,6 +209,7 @@ SumGraphController::LegendView::LegendView(SumGraphController * controller, char
|
||||
m_editableZone(controller, m_draftText, m_draftText, TextField::maxBufferSize(), controller, false, KDText::FontSize::Small, 0.0f, 0.5f, KDColorBlack, Palette::GreyMiddle),
|
||||
m_sumSymbol(sumSymbol)
|
||||
{
|
||||
m_draftText[0] = 0;
|
||||
}
|
||||
|
||||
SumGraphController::LegendView::~LegendView() {
|
||||
|
||||
Reference in New Issue
Block a user