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

Probably fixes #17 issue and updated .gitignore #44

Merged
merged 2 commits into from
Apr 9, 2012
Merged

Probably fixes #17 issue and updated .gitignore #44

merged 2 commits into from
Apr 9, 2012

Conversation

fuegas
Copy link
Contributor

@fuegas fuegas commented Apr 8, 2012

On OSX spp.Destroy() causes an segfault, sizer.Remove(app) removes app
from the form but tries to call spp.Destroy() afterwards.
By hiding and detaching I created a workaround for the OSX problem.
This solution needs testing on Windows and Linux.

On OSX spp.Destroy() causes an segfault, sizer.Remove(app) removes app
from the form but tries to call spp.Destroy() afterwards.
By hiding and detaching I created a workaround for the OSX problem.
This solution needs testing on Windows and Linux.
Added more ignores, Cura preferences are not needed in repo.
daid added a commit that referenced this pull request Apr 9, 2012
Probably fixes #17 issue and updated .gitignore
@daid daid merged commit 0861381 into daid:master Apr 9, 2012
@daid
Copy link
Owner

daid commented Apr 9, 2012

Also seems to work correctly for windows. But I think it will "leak" memory. As the SPPs are never released from memory, and cannot be garbage collected. Small price to pay for MacOS support.

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.

None yet

2 participants