diff libpurple/protocols/msn/session.h @ 30317:ea96292336f0

Save and cancel-on-exit any URL requests, instead of checking the connection for validity when it might be gone.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 31 Jul 2010 20:47:31 +0000
parents 88a047f92c39
children e53f81486d57
line wrap: on
line diff
--- a/libpurple/protocols/msn/session.h	Fri Jul 30 07:28:00 2010 +0000
+++ b/libpurple/protocols/msn/session.h	Sat Jul 31 20:47:31 2010 +0000
@@ -122,6 +122,8 @@
 
 	GHashTable *soap_table;
 	guint soap_cleanup_handle;
+
+	GSList *url_datas; /**< PurpleUtilFetchUrlData to be cancelled on exit */
 };
 
 /**