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

Check for memory leaks/race conditions #11

Open
rmanosuthi opened this issue May 7, 2019 · 0 comments
Open

Check for memory leaks/race conditions #11

rmanosuthi opened this issue May 7, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed testing needed More testing is needed

Comments

@rmanosuthi
Copy link
Owner

Safe Rust is supposed to be memory safe, but gtk-rs uses a lot of unsafe code.

Help regarding whether mofl leaks memory/has race conditions (gtk's a pointer soup) would be much appreciated.

Valgrind reports a couple of leaks but that may be because of how GTK handles memory. I found this somewhere online.

@rmanosuthi rmanosuthi added help wanted Extra attention is needed good first issue Good for newcomers testing needed More testing is needed labels May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed testing needed More testing is needed
Projects
None yet
Development

No branches or pull requests

1 participant