Fix memory leak in the value labels dialog
[pspp] / src / ui / gui / psppire-import-assistant.h
index cdcf8fb73ee48f274745eccffd547da248a28a01..c983c92496a427e8fcc49588f5ba46de43e4f254 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2015, 2017  Free Software Foundation
+   Copyright (C) 2015, 2017, 2020  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -96,7 +96,6 @@ struct _PsppireImportAssistant
   GtkWidget *quote_cb;
   GtkWidget *quote_combo;
 
-  GtkEntry *quote_entry;
   GtkWidget *fields_tree_view;
 
 /* END Page where the user chooses field separators. */
@@ -118,6 +117,7 @@ struct _PsppireImportAssistant
   struct sheet_spec_page *sheet_spec;
 
   struct dictionary *dict;
+  struct dictionary *casereader_dict;
 
   GtkWidget *var_sheet;
   GtkWidget *data_sheet;