Qt: add initializers (CID 1162824).
authorDario Lombardo <lomato@gmail.com>
Sun, 16 Jul 2017 13:42:34 +0000 (15:42 +0200)
committerMichael Mann <mmann78@netscape.net>
Sun, 16 Jul 2017 16:12:17 +0000 (16:12 +0000)
Change-Id: I46f56fb99c75eebc6418fa7ac88995f49abedc91
Reviewed-on: https://code.wireshark.org/review/22645
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
ui/qt/tcp_stream_dialog.cpp

index b04336eeaa9358475cc02718ba735d47a018d6ae..b57ef2b04f01b40879af790a96ce9e2804954e3f 100644 (file)
@@ -99,6 +99,8 @@ TCPStreamDialog::TCPStreamDialog(QWidget *parent, capture_file *cf, tcp_graph_ty
     goodput_graph_(NULL),
     seg_graph_(NULL),
     ack_graph_(NULL),
+    sack_graph_(NULL),
+    sack2_graph_(NULL),
     rwin_graph_(NULL),
     tracer_(NULL),
     packet_num_(0),