From b7efb77688cc319b6e79b80112061d02deabddd5 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 27 May 2004 17:26:46 +0000 Subject: added a small comment svn path=/trunk/; revision=11019 --- gtk/capture_info_dlg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk/capture_info_dlg.c') diff --git a/gtk/capture_info_dlg.c b/gtk/capture_info_dlg.c index 5acb771418..3f0648bf27 100644 --- a/gtk/capture_info_dlg.c +++ b/gtk/capture_info_dlg.c @@ -1,7 +1,7 @@ /* capture_info_dlg.c * Routines for packet capture info dialog * - * $Id: capture_info_dlg.c,v 1.16 2004/05/26 03:49:21 ulfl Exp $ + * $Id: capture_info_dlg.c,v 1.17 2004/05/27 17:26:46 ulfl Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -264,6 +264,7 @@ capture_info *cinfo) { capture_info_ui_t *info = cinfo->ui; + /* called from capture engine, so it's ok to destroy the dialog here */ gtk_grab_remove(GTK_WIDGET(info->cap_w)); window_destroy(GTK_WIDGET(info->cap_w)); g_free(info); -- cgit v1.2.1