diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 6128d66cb..c48a1797f 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -2520,7 +2520,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);