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

BUG: Fix ticket #1588/gh issue #398, refcount error in clip #400

Closed
wants to merge 1 commit into from

Conversation

mwiebe
Copy link
Member

@mwiebe mwiebe commented Aug 31, 2012

This hopefully does the trick, it fixes the crash for me.

This patch enforces a strict dichotomy for the variables 'indescr'
and 'newdescr', so they are either NULL, or they own a reference.
Following the consequences of this allowed the reference error
to be tracked down.

This patch enforces a strict dichotomy for the variables 'indescr'
and 'newdescr', so they are either NULL, or they own a reference.
Following the consequences of this allowed the reference error
to be tracked down.
@travisbot
Copy link

This pull request fails (merged ef09361 into ea23de8).

@njsmith
Copy link
Member

njsmith commented Aug 31, 2012

Looks fine to me. The test failure is because separate compilation is broken on maintenance/1.7.x in general -- someone should fix that... I think there's a patch in master.

@certik
Copy link
Contributor

certik commented Aug 31, 2012

I think that this patch should go into master, right?

@mwiebe
Copy link
Member Author

mwiebe commented Aug 31, 2012

Yeah, should be applied in master too.

@certik
Copy link
Contributor

certik commented Aug 31, 2012

And also a test needs to be written. I'll send a PR with your patch and a test against master, and only after it's in, I'll backport it to the release branch. There is more stuff to be backported anyway.

@certik
Copy link
Contributor

certik commented Aug 31, 2012

I am closing this in favor of #405.

@certik certik closed this Aug 31, 2012
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

4 participants