aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_tcp.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-09-16 05:42:02 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-09-16 05:42:02 +0000
commitde33c21ae8737ffdb99af549bcf259ca4e71e53f (patch)
tree28a2693d3538100000378a452bf758a0a502bde9 /gtk/follow_tcp.c
parentd2d4fcd903f3c675d85a4d32bff280f4a5bc8e6e (diff)
Free some recently added strings when we are done with them.
svn path=/trunk/; revision=22878
Diffstat (limited to 'gtk/follow_tcp.c')
-rw-r--r--gtk/follow_tcp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/follow_tcp.c b/gtk/follow_tcp.c
index fa689087d8..86364cdaaf 100644
--- a/gtk/follow_tcp.c
+++ b/gtk/follow_tcp.c
@@ -298,6 +298,10 @@ follow_tcp_stream_cb(GtkWidget * w, gpointer data _U_)
follow_stream("Follow TCP Stream", follow_info, both_directions_string,
server_to_client_string, client_to_server_string);
+ g_free(both_directions_string);
+ g_free(server_to_client_string);
+ g_free(client_to_server_string);
+
data_out_file = NULL;
}