Mercurial > pidgin
diff src/oscar.c @ 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 | 51e8f61ce2c6 |
| children | 67060e06b234 |
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")); }
