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:
parent
19902e8e21
commit
f504a02167
@ -938,6 +938,7 @@ _private_chat_handler(xmpp_stanza_t *const stanza)
|
||||
sv_ev_incoming_private_message(message);
|
||||
}
|
||||
|
||||
out:
|
||||
message_free(message);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user