comparison src/main.c @ 5242:fd81a00480ac

[gaim-migrate @ 5613] Plugins are now destroyed when gaim quits. Less memory leaks will be shown as a result of this. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 27 Apr 2003 20:39:36 +0000
parents 1a53330dfd34
children af62169c74fd
comparison
equal deleted inserted replaced
5241:a3bb756635be 5242:fd81a00480ac
119 119
120 /* record what we have before we blow it away... */ 120 /* record what we have before we blow it away... */
121 save_prefs(); 121 save_prefs();
122 122
123 gaim_debug(GAIM_DEBUG_INFO, "main", "Unloading all plugins\n"); 123 gaim_debug(GAIM_DEBUG_INFO, "main", "Unloading all plugins\n");
124 gaim_plugins_unload_all(); 124 gaim_plugins_destroy_all();
125 125
126 /* XXX */ 126 /* XXX */
127 #if 0 127 #if 0
128 #ifdef USE_PERL 128 #ifdef USE_PERL
129 /* yup, perl too */ 129 /* yup, perl too */