diff --git a/src/core/coreav.cpp b/src/core/coreav.cpp index 2b00dfc08..a069ceee9 100644 --- a/src/core/coreav.cpp +++ b/src/core/coreav.cpp @@ -360,7 +360,6 @@ void CoreAV::sendCallVideo(uint32_t callId, std::shared_ptr vframe) call.nullVideoBitrate = false; } - // This frame shares vframe's buffers, we don't call vpx_img_free but just delete it ToxYUVFrame frame = vframe->toToxAVFrame(); if(frame.width == 0 || frame.height == 0)