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

Origin commit data
------------------
Commit: 83649513af
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-27 (Wed, 27 Nov 2013)
This commit is contained in:
[CST] Focus
2013-11-27 16:04:38 +04:00
parent a77269ffc3
commit 5ff35e4515

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;
}