comparison src/prefs.c @ 3526:2ce20ac05732

[gaim-migrate @ 3599] this should fix a segfault on signing off (or maybe at other random times)(thanks robot101) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 17 Sep 2002 01:48:59 +0000
parents 62bef830ce61
children cd938f18f3f8
comparison
equal deleted inserted replaced
3525:1c5d35f767c5 3526:2ce20ac05732
103 sound_file_new[v] = NULL; 103 sound_file_new[v] = NULL;
104 } 104 }
105 } 105 }
106 sound_entry = NULL; 106 sound_entry = NULL;
107 browser_entry = NULL; 107 browser_entry = NULL;
108 debugbutton=NULL; 108 debugbutton = NULL;
109 prefs_away_menu = NULL;
109 if(sounddialog) 110 if(sounddialog)
110 gtk_widget_destroy(sounddialog); 111 gtk_widget_destroy(sounddialog);
111 g_object_unref(G_OBJECT(prefs_away_store)); 112 g_object_unref(G_OBJECT(prefs_away_store));
112 } 113 }
113 114