Do not destroy the footprint cache in EAGLE_PLUGIN init
EAGLE_PLUGIN::init() is called every time the footprints are enumerated, so it is incorrect to destroy the cache there.
This commit is contained in:
parent
3b086360b8
commit
90668f9efb
|
@ -272,7 +272,7 @@ void EAGLE_PLUGIN::init( const PROPERTIES* aProperties )
|
|||
m_min_via_hole = 0;
|
||||
m_xpath->clear();
|
||||
m_pads_to_nets.clear();
|
||||
deleteTemplates();
|
||||
m_templates.clear();
|
||||
|
||||
m_board = NULL;
|
||||
m_props = aProperties;
|
||||
|
|
Loading…
Reference in New Issue