Erotemic / ibeis

image based ecological information system
Apache License 2.0
49 stars 17 forks source link

Memory Leak in API_ThumbDelegate #47

Closed Erotemic closed 9 years ago

Erotemic commented 9 years ago

When scrolling up and down qt tables memory is allocated but not deleted. This doesn't seem to happen if there are no thumbnails showing.

Erotemic commented 9 years ago

The issue was numpy/opencv passing memory to Qt, and that memory was never released. Fixed this by reading images purely with QImage.