Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ServiceBroker usage from FileExtensionProvider #13486

Merged
merged 1 commit into from Feb 7, 2018

Conversation

garbear
Copy link
Member

@garbear garbear commented Feb 5, 2018

This supersedes #13470. It contains the fix posted lower in the thread.

How Has This Been Tested?

Compiles successfully. Unit tests don't segfault.

Types of change

  • Bug fix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves existing functionality)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

m_addonMgr.reset(new ADDON::CAddonMgr());
if (!m_addonMgr->Init())
{
CLog::Log(LOGFATAL, "CServiceManager::%s: Unable to start CAddonMgr", __FUNCTION__);
return false;
}

if (!m_binaryAddonManager->Init())

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@notspiff
Copy link
Contributor

notspiff commented Feb 7, 2018

does the job it's supposed to do.

@notspiff notspiff merged commit 0de231a into xbmc:master Feb 7, 2018
@notspiff notspiff added Type: Fix non-breaking change which fixes an issue v18 Leia labels Feb 7, 2018
@Rechi Rechi added this to the L 18.0-alpha1 milestone Feb 7, 2018
@garbear garbear deleted the servicebroker branch February 7, 2018 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants