comparison libpurple/protocols/yahoo/yahoo_filexfer.c @ 28137:da33da2e1a1e

Fix a bunch of memory leaks reported by Josh Mueller. Refs #9822.
author Paul Aurich <paul@darkrain42.org>
date Sun, 02 Aug 2009 05:04:41 +0000
parents 0a056130718e
children 5ac0a83f0b21 208fbf27d987
comparison
equal deleted inserted replaced
28136:c91832e94473 28137:da33da2e1a1e
1591 YahooData *yd; 1591 YahooData *yd;
1592 struct yahoo_xfer_data *xfer_data; 1592 struct yahoo_xfer_data *xfer_data;
1593 char *service = NULL; 1593 char *service = NULL;
1594 char *filename = NULL; 1594 char *filename = NULL;
1595 char *xfer_peer_idstring = NULL; 1595 char *xfer_peer_idstring = NULL;
1596 char *utf8_filename 1596 char *utf8_filename;
1597 unsigned long filesize = 0L; 1597 unsigned long filesize = 0L;
1598 GSList *l; 1598 GSList *l;
1599 GSList *filename_list = NULL; 1599 GSList *filename_list = NULL;
1600 GSList *size_list = NULL; 1600 GSList *size_list = NULL;
1601 int nooffiles = 0; 1601 int nooffiles = 0;