Skip to content

Conversation

@bugttle
Copy link

@bugttle bugttle commented Feb 18, 2015

There is release non-retained variable in UIImageToMat.

Assertion failed: (!space->is_singleton), function color_space_dealloc, file ColorSpaces/color-space.c, line 100.

The problem has fixed in 2.4(not 2.4.10). I found same ticket for 2.4.

Thank you.

@vpisarev vpisarev self-assigned this Feb 18, 2015
@vpisarev
Copy link
Contributor

👍

@opencv-pushbot opencv-pushbot merged commit 1944443 into opencv:master Feb 18, 2015
mshabunin pushed a commit to mshabunin/opencv that referenced this pull request Feb 24, 2015
For Bug opencv#3714, user use the imshow() function without calling
namedWindow() properly, because user did not know the implicit rule for
imshow(). (i.e. without calling namedWindow implied calling namedWindow(
,CV__WINDOW_AUTOSIZE).

Improve the Display Image Tutorial to educate the user for such implied
rule.

Put a note on documentation for Bug#3714

Revise the documentation regarding to imshow() function to better
educate the user the implicit rule. (i.e. without creating the window
before the imshow() function is the same as creating AUTOSIZE window)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

port/backport done Label for maintainers. Authors of PR can ignore this

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants