aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-09-12 15:07:36 +0200
committerAnders Broman <a.broman58@gmail.com>2016-09-12 14:33:29 +0000
commite3247b3a71f1bdb89c40573412ab7b2181212a98 (patch)
tree1a18eeabe2552e8172728f04ac545f298114a831 /ui/gtk
parent159d4317dc5eff3a450bac44610f9023e96b50e5 (diff)
fix some compilation issues without extcap.
Change-Id: I18c855e13281013a6277c1f38eeac92e74d52b34 Reviewed-on: https://code.wireshark.org/review/17665 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/gtk')
-rw-r--r--ui/gtk/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/main.c b/ui/gtk/main.c
index 860e824fe2..09ae47147a 100644
--- a/ui/gtk/main.c
+++ b/ui/gtk/main.c
@@ -2756,7 +2756,9 @@ main(int argc, char *argv[])
epan_cleanup();
+#ifdef HAVE_EXTCAP
extcap_cleanup();
+#endif
AirPDcapDestroyContext(&airpdcap_ctx);