mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
libdvbsub: add missing free() call
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1900bd12b1
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-16 (Fri, 16 Jun 2017)
Origin message was:
------------------
- libdvbsub: add missing free() call
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -140,6 +140,7 @@ void cDvbSubtitleBitmaps::Draw(int &min_x, int &min_y, int &max_x, int &max_y)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
CFrameBuffer::getInstance()->blit2FB(newdata, nw, nh, xoff, yoff, 0, 0);
|
CFrameBuffer::getInstance()->blit2FB(newdata, nw, nh, xoff, yoff, 0, 0);
|
||||||
|
free(newdata);
|
||||||
|
|
||||||
if(min_x > xoff)
|
if(min_x > xoff)
|
||||||
min_x = xoff;
|
min_x = xoff;
|
||||||
|
Reference in New Issue
Block a user