-
Notifications
You must be signed in to change notification settings - Fork 608
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
Python imgmsg_to_cv2 memory leak #34
Comments
Hi, can you please confirm that this patch works ? thx |
Yep, fixed, and incredibly fast :-) Thanks. |
cool ! Releasing for all releases then. Memory leaks need to be fixed fast :) |
luca-della-vedova
pushed a commit
to luca-della-vedova/vision_opencv
that referenced
this issue
Sep 2, 2020
fix missing include dirs for tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using the
imgmsg_to_cv2
function from Pythoncv_bridge.CvBridge
class, memory is leaked if colour conversion is performed. I am using the latest Hydro release, code like this:Looking at the refcounts for self._image.block, they are screwed up when using colour conversion and fine otherwise. Am I just missing something?
The text was updated successfully, but these errors were encountered: