aboutsummaryrefslogtreecommitdiffstats
path: root/ui/urls.h
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2020-10-04 12:56:52 -0700
committerGuy Harris <gharris@sonic.net>2020-10-04 12:56:52 -0700
commit8a77692171d2a8625469f494ab5cfce51b0eb01f (patch)
tree03e065d0bafbe7d5d259c80d0488ef08a5a4311d /ui/urls.h
parentf52e62ac9f716f135f0a28224fd1c73cae7615b4 (diff)
g_mallocate all strings returned from topic_action_url().
Callers assume it's been g_mallocated and attempt to free it.
Diffstat (limited to 'ui/urls.h')
-rw-r--r--ui/urls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/urls.h b/ui/urls.h
index eb2cdbf841..0783090e3e 100644
--- a/ui/urls.h
+++ b/ui/urls.h
@@ -10,7 +10,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
-#define WS_HOME_PAGE_URL "https://www.wireshark.org";
+#define WS_HOME_PAGE_URL "https://www.wireshark.org"
#define WS_DOWNLOAD_URL "https://www.wireshark.org/download.html"
#define WS_DOCS_URL "https://www.wireshark.org/docs/"
#define WS_FAQ_URL "https://www.wireshark.org/faq.html"