From c70ab1a1221706b89a9473e1ff9de3753b3e3f13 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Wed, 21 Oct 2015 14:05:39 -0700 Subject: LTE RLC Graph: fix CID 1328485: Uninitialized members (UNINIT_CTOR) Change-Id: Ia3d6a87ba4d8fb0ff66700d19ec30ffaeea86f2b Reviewed-on: https://code.wireshark.org/review/11201 Reviewed-by: Martin Mathieson --- ui/qt/lte_rlc_graph_dialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/qt/lte_rlc_graph_dialog.cpp') diff --git a/ui/qt/lte_rlc_graph_dialog.cpp b/ui/qt/lte_rlc_graph_dialog.cpp index 405c678e45..2a39010279 100644 --- a/ui/qt/lte_rlc_graph_dialog.cpp +++ b/ui/qt/lte_rlc_graph_dialog.cpp @@ -60,7 +60,8 @@ LteRlcGraphDialog::LteRlcGraphDialog(QWidget &parent, CaptureFile &cf, bool chan WiresharkDialog(parent, cf), ui(new Ui::LteRlcGraphDialog), mouse_drags_(true), - rubber_band_(NULL) + rubber_band_(NULL), + packet_num_(0) { ui->setupUi(this); -- cgit v1.2.1