-
Notifications
You must be signed in to change notification settings - Fork 66
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
memory leak on QtGui.QLabel.setPixmap #144
Comments
How do you track leaking memory? |
Am 05.05.2016 um 05:11 schrieb anatoly techtonik:
Hi, it was not so easy i reduced the code and i see it by only comment out i postet my short testprogram. if you comment "image = BR Alexander |
I see. I thought you were using some automated tool like https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer |
pm = qimage2ndarray.array2qimage(image) #Solution for the memory leak |
Hi,
i grep frames from an webcam and display it on a QLabel and it works, but i see an memory leak.
del pm after set has nothing fixed, clear the pixmap cache has not fixed it....
i found this posting and it shows my problem: http://www.mzan.com/article/36663774-qimage-memory-leak.shtml
Info:
Python3.4.3 virtualenv
host: ubuntu 14.04 64bit
The text was updated successfully, but these errors were encountered: