# HG changeset patch # User Nathan Walp # Date 1069658203 0 # Node ID 8df31c1aca4a1c895bbde70e430519f171c1d820 # Parent 5381f96fc1853b8ff554f2723ab3e7e2b13d4fdd [gaim-migrate @ 8248] hrmm, that didn't work so well committer: Tailor Script diff -r 5381f96fc185 -r 8df31c1aca4a src/conversation.c --- a/src/conversation.c Mon Nov 24 07:00:39 2003 +0000 +++ b/src/conversation.c Mon Nov 24 07:16:43 2003 +0000 @@ -2755,7 +2755,5 @@ void gaim_conversations_uninit(void) { - /* close the conversations, which will also finalize the logs for us */ - gaim_conversation_foreach(gaim_conversation_destroy); gaim_signals_unregister_by_instance(gaim_conversations_get_handle()); }