mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user