From db35c38ba64a063debf5417e37cbf05ad6bdfa74 Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Tue, 17 Oct 2017 12:42:32 +0200 Subject: [PATCH] movieplayer.cpp remove free , attempting free on address which was not malloc()-ed Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/79a91865156c835402d04aae5b645de6c5de1968 Author: Jacek Jendrzej Date: 2017-10-17 (Tue, 17 Oct 2017) Origin message was: ------------------ movieplayer.cpp remove free , attempting free on address which was not malloc()-ed ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/movieplayer.cpp | 1 - 1 file changed, 1 deletion(-) 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);