diff --git a/pcbnew/footprint_edit_frame.cpp b/pcbnew/footprint_edit_frame.cpp index e4aed4c6e8..a7a35f26e3 100644 --- a/pcbnew/footprint_edit_frame.cpp +++ b/pcbnew/footprint_edit_frame.cpp @@ -809,8 +809,6 @@ void FOOTPRINT_EDIT_FRAME::doCloseWindow() { GFootprintList.WriteCacheToFile( Prj().GetProjectPath() + wxT( "fp-info-cache" ) ); } - - mgr->FlushAndRelease( GetSettings() ); }