From 8fa48c7be26fc5235cfbdbe76421027057de6630 Mon Sep 17 00:00:00 2001
From: Wayne Stambaugh <stambaughw@gmail.com>
Date: Mon, 17 Mar 2025 14:43:43 -0400
Subject: [PATCH] Fix Coverity issue #514495.

https://scan8.scan.coverity.com/#/project-view/22886/10844?selectedIssue=514495
---
 pcbnew/dialogs/dialog_export_step.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pcbnew/dialogs/dialog_export_step.cpp b/pcbnew/dialogs/dialog_export_step.cpp
index f1bf73c447..7b86f99fe1 100644
--- a/pcbnew/dialogs/dialog_export_step.cpp
+++ b/pcbnew/dialogs/dialog_export_step.cpp
@@ -101,6 +101,7 @@ DIALOG_EXPORT_STEP::DIALOG_EXPORT_STEP( PCB_EDIT_FRAME* aEditFrame, wxWindow* aP
         DIALOG_EXPORT_STEP_BASE( aEditFrame ),
         m_editFrame( aEditFrame ),
         m_job( aJob ),
+        m_originUnits( 0 /* mm */ ),
         m_boardPath( aBoardPath )
 {
     if( !m_job )