mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
gui/themes.cpp: fix memleak in scandir
Origin commit data
------------------
Branch: ni/coolstream
Commit: 86f32ea5a7
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-04 (Fri, 04 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -134,6 +134,7 @@ void CThemes::readThemes(CMenuWidget &themes)
|
||||
oj = new CMenuForwarderNonLocalized((char*)file, true, "", this, file);
|
||||
themes.addItem( oj );
|
||||
}
|
||||
free(themelist[count]);
|
||||
}
|
||||
free(themelist);
|
||||
}
|
||||
|
Reference in New Issue
Block a user