Mercurial > pidgin
comparison libpurple/protocols/msnp9/directconn.c @ 27799: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 | 91169093449d |
children |
comparison
equal
deleted
inserted
replaced
27798:c91832e94473 | 27799:da33da2e1a1e |
---|---|
353 /* ERROR */ | 353 /* ERROR */ |
354 purple_debug_error("msn", "error reading\n"); | 354 purple_debug_error("msn", "error reading\n"); |
355 | 355 |
356 msn_directconn_destroy(directconn); | 356 msn_directconn_destroy(directconn); |
357 } | 357 } |
358 | |
359 g_free(body); | |
358 } | 360 } |
359 | 361 |
360 static void | 362 static void |
361 connect_cb(gpointer data, gint source, PurpleInputCondition cond) | 363 connect_cb(gpointer data, gint source, PurpleInputCondition cond) |
362 { | 364 { |