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

This commit is contained in:
[CST] Focus
2013-11-27 16:04:38 +04:00
parent 9897b9045c
commit 83649513af

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