mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
opkg_manager: explicitly clear pkg_map in destructor
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
committed by
svenhoefer
parent
8f0e74a3bf
commit
fb5265e0fa
@@ -133,6 +133,7 @@ void COPKGManager::init()
|
||||
|
||||
COPKGManager::~COPKGManager()
|
||||
{
|
||||
pkg_map.clear();
|
||||
CFileHelpers::removeDir(OPKG_TMP_DIR);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user