Fix resource leak

This commit is contained in:
Seth Hillbrand 2022-10-02 21:10:16 -07:00
parent e335c1c612
commit 9186be600b
1 changed files with 2 additions and 0 deletions

View File

@ -302,6 +302,8 @@ void SCH_SHAPE::PrintBackground( const RENDER_SETTINGS* aSettings, const VECTOR2
}
}
delete[] buffer;
}