aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_mac.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-02 15:28:59 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-02 15:28:59 +0000
commite57672dbcce871affc5b2bc4dc602bbe775a0bb8 (patch)
treeefc7a90f499f26838343e5bbf05f7058f0c0e420 /epan/dissectors/packet-umts_mac.c
parent523ce7d8b587265ae26340fff329c4ac2ffcca7e (diff)
Convert a C++ comment.
svn path=/trunk/; revision=44209
Diffstat (limited to 'epan/dissectors/packet-umts_mac.c')
-rw-r--r--epan/dissectors/packet-umts_mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_mac.c b/epan/dissectors/packet-umts_mac.c
index 18877bd508..d80e75bc8a 100644
--- a/epan/dissectors/packet-umts_mac.c
+++ b/epan/dissectors/packet-umts_mac.c
@@ -633,7 +633,7 @@ static void mac_is_copy(mac_is_sdu * sdu, mac_is_fragment * frag, guint total_le
memcpy(sdu->data+sdu->length, frag->data, frag->length);
}
sdu->length += frag->length;
- //g_free(frag->data);
+ /* g_free(frag->data); */
}
/*