potocpav / python-concur

Concur UI Framework for Python
MIT License
49 stars 2 forks source link

Memory leak on video playback #8

Closed potocpav closed 4 years ago

potocpav commented 4 years ago

glTexImage2d holds onto the numpy array indefinitely

potocpav commented 4 years ago

Fixed.