Update comment to reflect the current reality.

Change-Id: I7f8c66723efc9d21ec3abc08e57db1df5f772f04
Reviewed-on: https://code.wireshark.org/review/6576
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-01-16 11:26:20 -08:00
parent 23666badc5
commit fa5478185c
1 changed files with 2 additions and 1 deletions

View File

@ -459,7 +459,8 @@ conversation_match_no_addr2_or_port2(gconstpointer v, gconstpointer w)
}
/*
* Free the proto_data. The conversation itself is se_allocated.
* Free the proto_data. The conversation itself is wmem-allocated with
* file scope.
*/
static void
free_data_list(gpointer value)