--- a/libpurple/protocols/msn/directconn.c Thu Mar 18 03:40:07 2010 +0000 +++ b/libpurple/protocols/msn/directconn.c Thu Mar 18 03:49:05 2010 +0000 @@ -47,7 +47,7 @@ { PurpleCipher *cipher = NULL; PurpleCipherContext *context = NULL; - static guchar digest[20]; + guchar digest[20]; int i; guint32 g1; @@ -424,8 +424,8 @@ static gchar* msn_dc_serialize_binary_header(MsnDirectConn *dc) { - static MsnSlpHeader h; - static gchar bin_header[DC_PACKET_HEADER_SIZE]; + MsnSlpHeader h; + gchar bin_header[DC_PACKET_HEADER_SIZE]; g_return_val_if_fail(dc != NULL, NULL);