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

py_base_stacktrace.c: include glib.h #333

Merged
merged 2 commits into from
Aug 25, 2022
Merged

py_base_stacktrace.c: include glib.h #333

merged 2 commits into from
Aug 25, 2022

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Aug 25, 2022

This file has references to g_free from glib-2.0 which needs this header

Signed-off-by: Khem Raj raj.khem@gmail.com

This file has references to g_free from glib-2.0 which needs this header

Signed-off-by: Khem Raj <raj.khem@gmail.com>
@michalfabik
Copy link
Contributor

Hi, thanks, good catch. While you're at it, could you please also remove the line #include "py_base_thread.h"? The file is already included in py_base_stacktrace.h so there's no need to include it again here.

Its already included via py_base_stacktrace.h

Signed-off-by: Khem Raj <raj.khem@gmail.com>
@michalfabik
Copy link
Contributor

Thanks, LGTM!

@michalfabik michalfabik merged commit 7e20e30 into abrt:master Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants