After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 322377 - udpsrc leaks sockets
udpsrc leaks sockets
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.9.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-25 00:50 UTC by Sebastien Cote
Modified: 2005-11-25 18:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (632 bytes, patch)
2005-11-25 00:51 UTC, Sebastien Cote
none Details | Review

Description Sebastien Cote 2005-11-25 00:50:04 UTC
The udpsrc filter leaks the control sockets which are never closed.
Comment 1 Sebastien Cote 2005-11-25 00:51:12 UTC
Created attachment 55205 [details] [review]
proposed fix

Close the control sockets when done.
Comment 2 Michael Smith 2005-11-25 18:03:05 UTC
Thanks, committed.