libpurple/protocols/jabber/message.c

branch
release-2.x.y
changeset 40901
f25ce9376564
parent 38264
99356e68aff5
child 41055
740dafa46e5e
--- a/libpurple/protocols/jabber/message.c	Tue Jun 01 16:51:13 2021 -0500
+++ b/libpurple/protocols/jabber/message.c	Tue Jun 01 17:34:45 2021 -0500
@@ -203,7 +203,7 @@
 
 			if(jbr->thread_id)
 				g_free(jbr->thread_id);
-			jbr->thread_id = g_strdup(jbr->thread_id);
+			jbr->thread_id = g_strdup(jm->thread_id);
 		}
 
 		serv_got_im(gc, jm->from, body->str, 0, jm->sent);

mercurial