diff -r d560300fa2ab -r 40ea50298780 pidgin/gtkmain.c --- a/pidgin/gtkmain.c Sat Jun 16 19:08:51 2007 +0000 +++ b/pidgin/gtkmain.c Sat Jun 16 19:09:52 2007 +0000 @@ -456,6 +456,7 @@ gboolean gui_check; gboolean debug_enabled; gboolean migration_failed = FALSE; + GList *active_accounts; struct option long_options[] = { {"config", required_argument, NULL, 'c'}, @@ -828,13 +829,13 @@ purple_accounts_restore_current_statuses(); } - if ((accounts = purple_accounts_get_all_active()) == NULL) + if ((active_accounts = purple_accounts_get_all_active()) == NULL) { pidgin_accounts_window_show(); } else { - g_list_free(accounts); + g_list_free(active_accounts); } #ifdef HAVE_STARTUP_NOTIFICATION