Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
pvr: don't call ResetQualityData() when destroying CPVRClients. fixes…
Browse files Browse the repository at this point in the history
… crash on shutdown
  • Loading branch information
opdenkamp committed May 4, 2011
1 parent beaf383 commit 8f4eed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xbmc/pvr/addons/PVRClients.cpp
Expand Up @@ -61,6 +61,8 @@ void CPVRClients::Start(void)
{
Stop();

ResetQualityData();

Create();
SetName("XBMC PVR backend info");
SetPriority(-1);
Expand Down Expand Up @@ -155,7 +157,6 @@ void CPVRClients::Unload(void)

m_clientsProps.clear();
m_clientMap.clear();
ResetQualityData();
}

int CPVRClients::GetFirstID(void)
Expand Down

0 comments on commit 8f4eed5

Please sign in to comment.