mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed memory leak in 6bd978a
This commit is contained in:
parent
6bd978ad21
commit
a4e158b796
@ -318,6 +318,11 @@ void CMeterString::Initialize()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (defaultFont != m_Font)
|
||||
{
|
||||
delete defaultFont;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user