Using gltext seems to cause a memory leak issue.
I provided an example mode that creates a watermark using gltext that shows the issue, however it seems to also happen with the Color Inspecter tool shipped with Openrv (uses gltext). Memory usage of RV will continue to increase causing RV to slow down and or eventually crash.
Repo:
copy provided ttf file to /var/tmp/
install provided RV package
Launch RV
Open provided image sequence ‘smaple_image.1-10#.jpg’
Play 10 frames in loop playback
‘top’ cmd shows RES stable around 1121M
hit ‘o’ hot key to toggle ‘memoryleak’ mode
‘top’ cmd shows RES steadily increases over time.
memory_leak_example.zip (116.5 KB)