diff libpurple/protocols/bonjour/jabber.h @ 22111:603d5325af4c

Prevent a crash caused by freed memory being accessed.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 14 Jan 2008 23:29:52 +0000
parents cc0809ec0c85
children 5706043db5b5
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/jabber.h	Mon Jan 14 22:23:54 2008 +0000
+++ b/libpurple/protocols/bonjour/jabber.h	Mon Jan 14 23:29:52 2008 +0000
@@ -47,6 +47,7 @@
 	gint socket;
 	guint rx_handler;
 	guint tx_handler;
+	guint close_timeout;
 	PurpleCircBuffer *tx_buf;
 	int sent_stream_start; /* 0 = Unsent, 1 = Partial, 2 = Complete */
 	gboolean recv_stream_start;