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