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 531532 - rtspsrc leaks filedescriptors when gst_rtspsrc_open fails
rtspsrc leaks filedescriptors when gst_rtspsrc_open fails
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-05 11:09 UTC by Sjoerd Simons
Modified: 2008-05-05 11:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (612 bytes, patch)
2008-05-05 11:11 UTC, Sjoerd Simons
committed Details | Review

Description Sjoerd Simons 2008-05-05 11:09:57 UTC
See subject :)
Comment 1 Sjoerd Simons 2008-05-05 11:11:01 UTC
Created attachment 110401 [details] [review]
Proposed patch
Comment 2 Wim Taymans 2008-05-05 11:19:22 UTC
        Patch by: Sjoerd Simons <sjoerd at luon dot net>

        * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
        Don't leak file descriptors on error. Fixes #531532.