comparison 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
comparison
equal deleted inserted replaced
22110:d8cc610bd388 22111:603d5325af4c
45 typedef struct _BonjourJabberConversation 45 typedef struct _BonjourJabberConversation
46 { 46 {
47 gint socket; 47 gint socket;
48 guint rx_handler; 48 guint rx_handler;
49 guint tx_handler; 49 guint tx_handler;
50 guint close_timeout;
50 PurpleCircBuffer *tx_buf; 51 PurpleCircBuffer *tx_buf;
51 int sent_stream_start; /* 0 = Unsent, 1 = Partial, 2 = Complete */ 52 int sent_stream_start; /* 0 = Unsent, 1 = Partial, 2 = Complete */
52 gboolean recv_stream_start; 53 gboolean recv_stream_start;
53 PurpleProxyConnectData *connect_data; 54 PurpleProxyConnectData *connect_data;
54 gpointer stream_data; 55 gpointer stream_data;