gui/imageinfo.cpp: fix memleak, b_info never deleted

Origin commit data
------------------
Branch: ni/coolstream
Commit: 83649513af
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-11-27 16:04:38 +04:00
parent 15d9ce7e03
commit 603baaa8cd

View File

@@ -88,6 +88,7 @@ void CImageInfo::Clean()
cc_tv = NULL;
cc_lic = NULL;
cc_sub_caption = NULL;
delete b_info;
b_info = NULL;
btn_red = NULL;
}