dusty-nv / jetson-utils

C++/CUDA/Python multimedia utilities for NVIDIA Jetson
MIT License
737 stars 289 forks source link

Fix file descriptor leak on webrtcbin closing #221

Open arufl opened 1 month ago

arufl commented 1 month ago

I realized that the way it is implemented it leaks fds at page refresh as stated on this issue So this should fix that issue.