satori-com / satori-video-sdk-cpp

Satori Video C++ SDK
Other
5 stars 7 forks source link

Fix resource leak in url_source #285

Closed khabinov closed 6 years ago

khabinov commented 6 years ago

When url_source got AVERROR_EOF we didn't destroy the object which led us to leak of connections and memory.