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

windowing/gbm: fixes for startup and shutdown #13231

Merged
merged 4 commits into from
Dec 24, 2017
Merged

Conversation

lrusak
Copy link
Contributor

@lrusak lrusak commented Dec 22, 2017

Special thanks to @peak3d for looking into some of these issues.

Please have a look over. I don't get any segfaults now at startup or shutdown.

@Kwiboo please check this also
@a1rwulf I think you had problems here also

@lrusak lrusak added Type: Fix non-breaking change which fixes an issue Platform: Linux No Jenkins do not run automatic Jenkins builds on this PR v18 Leia labels Dec 22, 2017
@a1rwulf
Copy link
Member

a1rwulf commented Dec 22, 2017

Looks good to me code wise.
Can't test easily atm as I've scratched my ubuntu installation some days ago.

@peak3d
Copy link
Contributor

peak3d commented Dec 22, 2017

delete m_connector;
m_connector = nullptr;

This comment was marked as spam.

@lrusak
Copy link
Contributor Author

lrusak commented Dec 22, 2017

@peak3d fixed. thanks

drmModePlane *plane;
drmModeObjectProperties *props;
drmModePropertyRes **props_info;
drmModePlane *plane = nullptr;

This comment was marked as spam.

This comment was marked as spam.

@lrusak lrusak merged commit 0fb0429 into xbmc:master Dec 24, 2017
@MartijnKaijser MartijnKaijser added this to the L 18.0-alpha1 milestone Jan 29, 2018
@lrusak lrusak deleted the gbm-fixes branch February 11, 2022 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
No Jenkins do not run automatic Jenkins builds on this PR Platform: Linux 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

4 participants