aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2020-01-10 15:42:58 +0100
committerAnders Broman <a.broman58@gmail.com>2020-01-21 04:44:31 +0000
commit084a887a30b78a3f4f42aa35a15049c251adfcfa (patch)
treea28ee4be438301451dbb959ad9817ea563f5a878 /plugins
parent567991b8fb7f1524d4860273ec0c01fd928bf353 (diff)
Fix compilation with gcc-9.
gcc-9 spotted some NULL pointer usages. Bug: 16319 Change-Id: I3e4ac57705f1852c43299f5e924fc642a2c56a3a Reviewed-on: https://code.wireshark.org/review/35733 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/epan/mate/mate_runtime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/epan/mate/mate_runtime.c b/plugins/epan/mate/mate_runtime.c
index 73dd7a99a6..c5f61888f9 100644
--- a/plugins/epan/mate/mate_runtime.c
+++ b/plugins/epan/mate/mate_runtime.c
@@ -431,8 +431,6 @@ static void analyze_gop(mate_config* mc, mate_gop* gop) {
/** Can't get here because of "breaks" above */
g_assert_not_reached();
}
-
- dbg_print (dbg_gog,1,dbg_facility,"analyze_gop: no gogkey_match: %s",key);
} /* while */
g_free(key);