Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

namedWindow allocates some memory for inner structures. This memory will be freed when you close window or when you call destroyWindow / destroyAllWindows. Try to add destroyAllWindows to ImageLoaderer destructor.