diff options
Diffstat (limited to 'src/plugins/fs/namespace.c')
-rw-r--r-- | src/plugins/fs/namespace.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c index b0749096..4cba7dc1 100644 --- a/src/plugins/fs/namespace.c +++ b/src/plugins/fs/namespace.c | |||
@@ -734,6 +734,9 @@ void on_namespaceInsertButton_clicked(GtkWidget * dummy1, | |||
734 | cls.updateInterval = ECRS_SBLOCK_UPDATE_NONE; | 734 | cls.updateInterval = ECRS_SBLOCK_UPDATE_NONE; |
735 | else if (OK != parseTime(timeSpec, | 735 | else if (OK != parseTime(timeSpec, |
736 | &cls.updateInterval)) { | 736 | &cls.updateInterval)) { |
737 | gtk_widget_destroy(dialog); | ||
738 | UNREF(metaXML); | ||
739 | metaXML = NULL; | ||
737 | dialog = gtk_message_dialog_new | 740 | dialog = gtk_message_dialog_new |
738 | (NULL, | 741 | (NULL, |
739 | GTK_DIALOG_MODAL, | 742 | GTK_DIALOG_MODAL, |