mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
neutrino.cpp: fix memleak in channelsInit
Origin commit data
------------------
Branch: ni/coolstream
Commit: a2caf42de4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-03 (Thu, 03 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1230,11 +1230,13 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
|||||||
|
|
||||||
TVallList = new CBouquetList(g_Locale->getText(LOCALE_CHANNELLIST_HEAD));
|
TVallList = new CBouquetList(g_Locale->getText(LOCALE_CHANNELLIST_HEAD));
|
||||||
tmp = TVallList->addBouquet(g_Locale->getText(LOCALE_CHANNELLIST_HEAD));
|
tmp = TVallList->addBouquet(g_Locale->getText(LOCALE_CHANNELLIST_HEAD));
|
||||||
|
delete tmp->channelList;
|
||||||
tmp->channelList = new CChannelList(*TVchannelList);
|
tmp->channelList = new CChannelList(*TVchannelList);
|
||||||
tmp->channelList->SortAlpha();
|
tmp->channelList->SortAlpha();
|
||||||
|
|
||||||
RADIOallList = new CBouquetList(g_Locale->getText(LOCALE_CHANNELLIST_HEAD));
|
RADIOallList = new CBouquetList(g_Locale->getText(LOCALE_CHANNELLIST_HEAD));
|
||||||
tmp = RADIOallList->addBouquet(g_Locale->getText(LOCALE_CHANNELLIST_HEAD));
|
tmp = RADIOallList->addBouquet(g_Locale->getText(LOCALE_CHANNELLIST_HEAD));
|
||||||
|
delete tmp->channelList;
|
||||||
tmp->channelList = new CChannelList(*RADIOchannelList);
|
tmp->channelList = new CChannelList(*RADIOchannelList);
|
||||||
tmp->channelList->SortAlpha();
|
tmp->channelList->SortAlpha();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user