Browse Source

CADSTAR PCB: Fix memory leak

newinvert
Roberto Fernandez Bautista 2 years ago
parent
commit
dfebe516c5
  1. 1
      pcbnew/plugins/cadstar/cadstar_pcb_archive_plugin.cpp

1
pcbnew/plugins/cadstar/cadstar_pcb_archive_plugin.cpp

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

Loading…
Cancel
Save