summaryrefslogtreecommitdiff
path: root/epan/proto.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-01-14 22:29:23 +0000
committerEvan Huus <eapache@gmail.com>2013-01-14 22:29:23 +0000
commite4f46ce55f9147f6852a810041f1ce6d2f054cf0 (patch)
tree9a8a913b4d63503564fef7d4af3144242bad330b /epan/proto.c
parentb82f42d8cf43db14a13a8a064873884fafc2deb1 (diff)
downloadwireshark-e4f46ce55f9147f6852a810041f1ce6d2f054cf0.tar.gz
Take a wild guess at what might be causing
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8197 It can't hurt, in any case. svn path=/trunk/; revision=47084
Diffstat (limited to 'epan/proto.c')
-rw-r--r--epan/proto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 52af0fa4f8..6505b1feb1 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -4074,6 +4074,7 @@ proto_item_set_text(proto_item *pi, const char *format, ...)
if (fi->rep) {
ITEM_LABEL_FREE(fi->rep);
+ fi->rep = NULL;
}
va_start(ap, format);