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

fix crashing if music is scanning and application gets stopped #8912

Merged
merged 1 commit into from
Jan 20, 2016

Conversation

Rechi
Copy link
Member

@Rechi Rechi commented Jan 19, 2016

No description provided.

@@ -393,12 +393,12 @@ bool CMusicInfoScanner::IsScanning()
return m_bRunning;
}

void CMusicInfoScanner::Stop()
void CMusicInfoScanner::Stop(bool wait /*= false*/)

This comment was marked as spam.

@Montellese
Copy link
Member

Looks sane IMO.

@Montellese Montellese added the Type: Fix non-breaking change which fixes an issue label Jan 19, 2016
@Rechi
Copy link
Member Author

Rechi commented Jan 19, 2016

@Montellese updated

@MartijnKaijser
Copy link
Member

jenkins build this please
@Montellese backport?

@Montellese
Copy link
Member

Maybe but it could go into a point release as well.

@MartijnKaijser
Copy link
Member

well RC1 only to be released so that gives better testing ground than doing it in a point release imo. Up to you of course

@arnova
Copy link
Member

arnova commented Jan 20, 2016

I think this is pretty safe for backport. Fix is rather straightforward.

MartijnKaijser added a commit that referenced this pull request Jan 20, 2016
fix crashing if music is scanning and application gets stopped
@MartijnKaijser MartijnKaijser merged commit 61110c7 into xbmc:master Jan 20, 2016
@MartijnKaijser MartijnKaijser added this to the Krypton 17.0-alpha1 milestone Jan 20, 2016
@Rechi Rechi deleted the crashingThread branch January 20, 2016 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport: Done Type: Fix non-breaking change which fixes an issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants