/[xlog]/xlog/src/utils.c
ViewVC logotype

Diff of /xlog/src/utils.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43 by pa4tu, Mon Mar 21 18:22:01 2005 UTC revision 1.44 by pa4tu, Thu Apr 21 17:59:24 2005 UTC
# Line 46  Line 46 
46  #include "preferences.h"  #include "preferences.h"
47  #include "support.h"  #include "support.h"
48  #include "history.h"  #include "history.h"
49  #include "dxcc.h"  #include "tables.h"
50    
51  #if WANT_HAMLIB  #if WANT_HAMLIB
52  #       include <hamlib/rig.h>  #       include <hamlib/rig.h>
# Line 67  extern gint clocktimer, savetimer; Line 67  extern gint clocktimer, savetimer;
67  extern glong msgid;  extern glong msgid;
68  extern void *shareCall;  extern void *shareCall;
69  extern GList *logwindowlist;  extern GList *logwindowlist;
 extern gchar *searchpx;  
70  extern GtkUIManager *ui_manager;  extern GtkUIManager *ui_manager;
71    
72  /* calculate location string from latitude and longitude information,  /* calculate location string from latitude and longitude information,
# Line 261  save_windowsize_and_cleanup (void) Line 260  save_windowsize_and_cleanup (void)
260          gint i;          gint i;
261          GtkWidget *bandoptionmenu, *modeoptionmenu, *handlebox, *hpaned;          GtkWidget *bandoptionmenu, *modeoptionmenu, *handlebox, *hpaned;
262    
263          /* free the dxcc array */          /* free the tables array */
264          cleanup_dxcc ();          cleanup_table ();
265    
266          /* free the qso array */          /* free the qso array */
267          for (i = 0; i < QSO_FIELDS; i++)          for (i = 0; i < QSO_FIELDS; i++)
# Line 340  save_windowsize_and_cleanup (void) Line 339  save_windowsize_and_cleanup (void)
339                  }                  }
340  #endif  #endif
341    
         g_free(searchpx);  
   
342          freestate ();          freestate ();
343          freeprefs ();          freeprefs ();
344          freeremote ();          freeremote ();

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26