summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-09-22 07:43:14 -0400
committerEvan Huus <eapache@gmail.com>2014-09-22 20:41:28 +0000
commit1db95f7e4d8a308eef3d0807ae05c0192a0e0c74 (patch)
tree20d61ff111785b86e65b27f6504c0a3fdbe3e0de /wiretap/wtap.h
parentec5915a6d7e3c98c3bfb5fc1fee294d50a150bec (diff)
downloadwireshark-1db95f7e4d8a308eef3d0807ae05c0192a0e0c74.tar.gz
pcapng: don't leak block option strings
I *think* I got all the cases; I got most of them, at any rate, and enough to shut up valgrind in all the test cases I ran. Change-Id: I393bac0756f577b65e400b792f6719fa6ec4056a Reviewed-on: https://code.wireshark.org/review/4244 Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 92297212df..0a97189abd 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1027,7 +1027,7 @@ typedef struct wtapng_section_s {
gchar *shb_os; /**< NULL if not available, UTF-8 string containing the
* name of the operating system used to create this section.
*/
- const gchar *shb_user_appl; /**< NULL if not available, UTF-8 string containing the
+ gchar *shb_user_appl; /**< NULL if not available, UTF-8 string containing the
* name of the application used to create this section.
*/
} wtapng_section_t;