libpurple/protocols/jabber/ibb.c

changeset 39915
7b19c6362c4e
parent 38358
30ba44276e74
child 40358
e6fe6fc1f516
--- a/libpurple/protocols/jabber/ibb.c	Wed Oct 02 06:25:16 2019 -0400
+++ b/libpurple/protocols/jabber/ibb.c	Wed Oct 02 17:08:45 2019 -0400
@@ -67,7 +67,6 @@
 	if (!sid || !block_size) {
 		purple_debug_error("jabber",
 			"IBB session open tag requires sid and block-size attributes\n");
-		g_free(sess);
 		return NULL;
 	}
 

mercurial