CADSTAR PCB: Fix memory leak

This commit is contained in:
Roberto Fernandez Bautista 2023-05-28 23:54:56 +02:00
parent 8493cc4c89
commit dfebe516c5
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ CADSTAR_PCB_ARCHIVE_PLUGIN::CADSTAR_PCB_ARCHIVE_PLUGIN()
CADSTAR_PCB_ARCHIVE_PLUGIN::~CADSTAR_PCB_ARCHIVE_PLUGIN()
{
clearLoadedFootprints();
}