diff options
-rw-r--r-- | net.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -50,8 +50,6 @@ static int message_handler(xmpp_conn_t* conn, xmpp_stanza_t* stanza, data_add_incoming_message(sender, content); - xmpp_free(ctx, (void*)content); - return 1; } |