epgview: fix memleak

Origin commit data
------------------
Branch: ni/coolstream
Commit: dce23d0c8d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-02-26 (Wed, 26 Feb 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2020-02-26 21:09:35 +01:00
parent 721d62d22b
commit d0b2bfcf0c

View File

@@ -335,6 +335,7 @@ void CEpgData::showText(int startPos, int ypos, bool has_cover, bool fullClear)
}
medlinecount = (sb - cc_starbar->getHeight()) / medlineheight;
delete cc_starbar;
}
y += medlineheight;
}