Skip to content

Commit

Permalink
Fix conditional jump depending on uninitialized value
Browse files Browse the repository at this point in the history
As reported by Valgrind.
  • Loading branch information
mgrojo committed Oct 18, 2024
1 parent fa87a9e commit a633a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ MainWindow::MainWindow(QWidget* parent)
: QMainWindow(parent),
ui(new Ui::MainWindow),
db(),
m_currentTabTableModel(nullptr),
editDock(new EditDialog(this)),
plotDock(new PlotDock(this)),
remoteDock(new RemoteDock(this)),
Expand Down

0 comments on commit a633a5d

Please sign in to comment.