# HG changeset patch # User Eric Warmenhoven # Date 977450979 0 # Node ID 3c7ccd2fd4b09e5c2cbf62720b8ee115c9bcd6cc # Parent 2185d9011ec051c3e6fd5e6fbd3922254b90d1ec [gaim-migrate @ 1361] bleargh. this should solve problems. committer: Tailor Script diff -r 2185d9011ec0 -r 3c7ccd2fd4b0 plugins/yay/yay.c --- a/plugins/yay/yay.c Fri Dec 22 01:53:10 2000 +0000 +++ b/plugins/yay/yay.c Fri Dec 22 02:09:39 2000 +0000 @@ -282,7 +282,8 @@ if (gc->inpa) gdk_input_remove(gc->inpa); gc->inpa = -1; - yahoo_cmd_logoff(yd->ctxt); + if (yd->ctxt) + yahoo_cmd_logoff(yd->ctxt); g_hash_table_foreach_remove(yd->hash, yahoo_destroy_hash, NULL); g_hash_table_destroy(yd->hash); g_free(yd);