leak fix
This commit is contained in:
parent
569ef734c4
commit
d9618e862e
1 changed files with 3 additions and 0 deletions
|
|
@ -323,6 +323,9 @@ Project::~Project() {
|
|||
for (auto brush : mBrushes) {
|
||||
delete brush->val;
|
||||
}
|
||||
for (auto layer : mLayers) {
|
||||
delete layer.data();
|
||||
}
|
||||
}
|
||||
|
||||
Renderer::Renderer(Vec2F size) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue