[Gnucash-changes] Fix errornous double-free.

Christian Stimming cstim at cvs.gnucash.org
Sat Sep 25 06:50:27 EDT 2004


Log Message:
-----------
Fix errornous double-free.

Tags:
----
gnucash-1-8-branch

Modified Files:
--------------
    gnucash/src/import-export/hbci:
        druid-hbci-initial.c

Revision Data
-------------
Index: druid-hbci-initial.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/druid-hbci-initial.c,v
retrieving revision 1.26.2.11
retrieving revision 1.26.2.12
diff -Lsrc/import-export/hbci/druid-hbci-initial.c -Lsrc/import-export/hbci/druid-hbci-initial.c -u -r1.26.2.11 -r1.26.2.12
--- src/import-export/hbci/druid-hbci-initial.c
+++ src/import-export/hbci/druid-hbci-initial.c
@@ -117,8 +117,8 @@
 
   reset_initial_info (info);
   
-  if (info->interactor)
-    GNCInteractor_delete(info->interactor);
+  /* if (info->interactor)
+     GNCInteractor_delete(info->interactor);  -- being destroyed by AB_BANKING*/
 
   if (info->window != NULL) 
     gtk_widget_destroy (info->window);


More information about the gnucash-changes mailing list