mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
gui/imageinfo.cpp: fix memleak, b_info never deleted
This commit is contained in:
@@ -88,6 +88,7 @@ void CImageInfo::Clean()
|
|||||||
cc_tv = NULL;
|
cc_tv = NULL;
|
||||||
cc_lic = NULL;
|
cc_lic = NULL;
|
||||||
cc_sub_caption = NULL;
|
cc_sub_caption = NULL;
|
||||||
|
delete b_info;
|
||||||
b_info = NULL;
|
b_info = NULL;
|
||||||
btn_red = NULL;
|
btn_red = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user