From 05771f74f79bc750fd88fe9e58c2e0c04ce47946 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Fri, 3 Jul 2020 08:21:19 -0400 Subject: [PATCH] Fix netlist QA test --- eeschema/schematic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/schematic.cpp b/eeschema/schematic.cpp index e0a56b507e..3542c97257 100644 --- a/eeschema/schematic.cpp +++ b/eeschema/schematic.cpp @@ -28,6 +28,7 @@ SCHEMATIC::SCHEMATIC( PROJECT* aPrj ) : EDA_ITEM( nullptr, SCHEMATIC_T ), + m_project( nullptr ), m_rootSheet( nullptr ) { m_currentSheet = new SCH_SHEET_PATH();