comparison src/protocols/trepia/trepia.c @ 5739:edf4d443e671

[gaim-migrate @ 6163] Fixed a leakbug in trepia.c. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 04 Jun 2003 07:26:04 +0000
parents 72ced7411599
children cae58ab49118
comparison
equal deleted inserted replaced
5738:ec032cb2f9ec 5739:edf4d443e671
792 static void 792 static void
793 trepia_close(GaimConnection *gc) 793 trepia_close(GaimConnection *gc)
794 { 794 {
795 __clear_user_list(gaim_connection_get_account(gc)); 795 __clear_user_list(gaim_connection_get_account(gc));
796 796
797 g_free(gc->proto_data);
798
797 gc->proto_data = NULL; 799 gc->proto_data = NULL;
798 } 800 }
799 801
800 static int 802 static int
801 trepia_send_im(GaimConnection *gc, const char *who, const char *message, 803 trepia_send_im(GaimConnection *gc, const char *who, const char *message,