mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
neutrino.cpp: add FIXME tag because of possible leak
Origin commit data
------------------
Commit: 73ff5ce3d8
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-09-10 (Tue, 10 Sep 2019)
This commit is contained in:
@@ -1114,7 +1114,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
}
|
||||
continue;
|
||||
}
|
||||
SNeutrinoSettings::usermenu_t *u = new SNeutrinoSettings::usermenu_t;
|
||||
SNeutrinoSettings::usermenu_t *u = new SNeutrinoSettings::usermenu_t; //FIXME: possible leak
|
||||
u->key = uk;
|
||||
|
||||
std::string txt1("usermenu_tv_");
|
||||
|
Reference in New Issue
Block a user