Revert "- libdvbsub: add missing free() call"

This reverts commit 89f9ae85f0.
This commit is contained in:
Jacek Jendrzej
2017-10-16 10:44:19 +02:00
parent ff61f5aef1
commit 0f8e614ee4

View File

@@ -139,7 +139,6 @@ void cDvbSubtitleBitmaps::Draw(int &min_x, int &min_y, int &max_x, int &max_y)
#endif
CFrameBuffer::getInstance()->blit2FB(newdata, nw, nh, xoff, yoff, 0, 0);
free(newdata);
if(min_x > xoff)
min_x = xoff;