diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 763d72c66..28f249fee 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -2553,7 +2553,6 @@ void CMoviePlayerGui::showSubtitle(neutrino_msg_data_t data) #endif frameBuffer->blit2FB(newdata, nw, nh, xoff, yoff); - free(newdata); min_x = std::min(min_x, xoff); max_x = std::max(max_x, xoff + nw);