added .gitattributes file such that lexer.at shows diff
[pspp] / src / ui / gui / psppire-dialog-action-autorecode.c
index 77376d6e6734150209a418c33a75585af6f182e3..ed82bce8e293e966e3f468fbbe069f7a61f29a04 100644 (file)
@@ -194,6 +194,7 @@ on_change_clicked (GObject *obj, gpointer data)
  finish:
   g_list_foreach (rows, (GFunc) gtk_tree_path_free, NULL);
   g_list_free (rows);
+  var_unref (var);
 }
 
 
@@ -205,7 +206,7 @@ on_entry_change (PsppireDialogActionAutorecode *rd)
 
   if (0 == strcmp ("", text))
     valid = FALSE;
-  else if (psppire_dict_lookup_var (rd->dict, text))
+  else if (psppire_dict_lookup_var (PSPPIRE_DIALOG_ACTION (rd)->dict, text))
     valid = FALSE;
   else
     {