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

Add QBrush support #862

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Add QBrush support #862

wants to merge 17 commits into from

Conversation

Montel
Copy link
Contributor

@Montel Montel commented Feb 23, 2024

No description provided.


#[repr(C)]
pub struct QBrush {
_cspec: MaybeUninit<usize>,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

valgrind isn't happy about something, maybe something is still incorrect?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep :) I try to make it working on local here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea where is the problem...
we have "'using DataPtr = std::unique_ptr<QBrushData, QBrushDataPointerDeleter>;"

which is a _cspec: MaybeUninit,

but valgrind found a memory leak...

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