mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed memory leak.
This commit is contained in:
parent
7e7b7f6c33
commit
01b4ad7a8a
@ -587,6 +587,7 @@ void cs_kill(CSSession *cs)
|
||||
jbuf_free(cs->j_buf);
|
||||
buffer_free(cs->vbuf_raw);
|
||||
free(cs->frame_buf);
|
||||
free(cs->split_video_frame);
|
||||
|
||||
LOGGER_DEBUG("Terminated codec state: %p", cs);
|
||||
free(cs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user