changeset 1633:f47f75819e8c

[gaim-migrate @ 1643] this fixed a couple segfaults for me and didn't cause any extras; i say it's good. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 23 Mar 2001 07:12:10 +0000
parents 1b2960a8a06d
children d029dc28a61e
files src/oscar.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/oscar.c	Thu Mar 22 21:05:23 2001 +0000
+++ b/src/oscar.c	Fri Mar 23 07:12:10 2001 +0000
@@ -468,7 +468,9 @@
 		gdk_input_remove(odata->paspa);
 	aim_logoff(odata->sess);
 	g_free(odata->sess);
+	odata->sess = NULL;
 	g_free(gc->proto_data);
+	gc->proto_data = NULL;
 	debug_printf(_("Signed off.\n"));
 }