Tagged Questions
1
vote
3answers
3k views
How to solve QPixmap::fromImage memory leak?
I have a problem with Qt.
Here is a part of code that troubles me:
void FullScreenImage::QImageIplImageCvt(IplImage *input)
{
help=cvCreateImage(cvGetSize(input), input->depth, ...