summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index f450a3c..374ed7a 100644
--- a/main.c
+++ b/main.c
@@ -573,6 +573,7 @@ void parse_lossless_packet(Tox *tox, uint32_t friendnumber, const uint8_t *data,
573 } 573 }
574 574
575 handle_frame(frame); 575 handle_frame(frame);
576 free(frame);
576} 577}
577 578
578int send_tunnel_request_packet(char *remote_host, int remote_port, int friend_number) 579int send_tunnel_request_packet(char *remote_host, int remote_port, int friend_number)