comparison libpurple/core.c @ 18224:73ea3328b0d1

Uninit the dbus system before uniniting the signals.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 22 Jun 2007 22:34:44 +0000
parents 4cc042912ac2
children 9db52d9b8436 9205841eed06
comparison
equal deleted inserted replaced
18223:5023ad94ebc9 18224:73ea3328b0d1
220 * TODO: Eventually move this call higher up with the others. 220 * TODO: Eventually move this call higher up with the others.
221 */ 221 */
222 purple_sound_uninit(); 222 purple_sound_uninit();
223 223
224 purple_plugins_uninit(); 224 purple_plugins_uninit();
225 purple_signals_uninit();
226
227 #ifdef HAVE_DBUS 225 #ifdef HAVE_DBUS
228 purple_dbus_uninit(); 226 purple_dbus_uninit();
229 #endif 227 #endif
228 purple_signals_uninit();
230 229
231 g_free(core->ui); 230 g_free(core->ui);
232 g_free(core); 231 g_free(core);
233 232
234 #ifdef _WIN32 233 #ifdef _WIN32