Minor memleak fixed in gerbview

This commit is contained in:
Maciej Suminski 2018-01-22 08:55:26 +01:00
parent 5ea277d229
commit b3cb6be48e
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ GERBVIEW_FRAME::~GERBVIEW_FRAME()
}
GetGerberLayout()->GetImagesList()->DeleteAllImages();
delete m_gerberLayout;
}