1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Define goto out in _private_chat_handler()

This commit is contained in:
Michael Vetter 2019-07-03 15:27:31 +02:00
parent 19902e8e21
commit f504a02167

View File

@ -938,6 +938,7 @@ _private_chat_handler(xmpp_stanza_t *const stanza)
sv_ev_incoming_private_message(message);
}
out:
message_free(message);
}