| 796 close(UI_fd); |
796 close(UI_fd); |
| 797 |
797 |
| 798 g_snprintf(buf, sizeof(buf), "%s" G_DIR_SEPARATOR_S "gaim_%s.%d", |
798 g_snprintf(buf, sizeof(buf), "%s" G_DIR_SEPARATOR_S "gaim_%s.%d", |
| 799 g_get_tmp_dir(), g_get_user_name(), gaim_session); |
799 g_get_tmp_dir(), g_get_user_name(), gaim_session); |
| 800 |
800 |
| 801 unlink(buf); |
801 g_unlink(buf); |
| 802 |
802 |
| 803 gaim_debug_misc("core", "Removed core\n"); |
803 gaim_debug_misc("core", "Removed core\n"); |
| 804 |
804 |
| 805 return TRUE; |
805 return TRUE; |
| 806 #else |
806 #else |