libpurple/protocols/jabber/message.c

changeset 39470
92dbadc3c6e4
parent 39433
f033955d125a
child 40290
0a722071a754
--- a/libpurple/protocols/jabber/message.c	Wed Mar 13 00:28:59 2019 -0400
+++ b/libpurple/protocols/jabber/message.c	Wed Mar 13 00:35:08 2019 -0400
@@ -208,7 +208,7 @@
 			}
 
 			g_free(jbr->thread_id);
-			jbr->thread_id = g_strdup(jbr->thread_id);
+			jbr->thread_id = g_strdup(jm->thread_id);
 		}
 
 		purple_serv_got_im(gc, jm->from, body->str, 0, jm->sent);

mercurial