aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dcerpc-nt.c')
-rw-r--r--epan/dissectors/packet-dcerpc-nt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dcerpc-nt.c b/epan/dissectors/packet-dcerpc-nt.c
index 36518c4462..d8a95fa97d 100644
--- a/epan/dissectors/packet-dcerpc-nt.c
+++ b/epan/dissectors/packet-dcerpc-nt.c
@@ -873,8 +873,8 @@ static void init_pol_hash(void)
/* Initialise hash table */
if (pol_hash) {
- /* Everything in the table is se_ allocated so there's no
- * need to go through and free it all.
+ /* Everything in the table is allocated with wmem file
+ * scope so there's no need to go through and free it all.
*/
g_hash_table_destroy(pol_hash);
}