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 687473 - rtspconnection: remove extra 'return'
rtspconnection: remove extra 'return'
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 1.0.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-02 19:12 UTC by Miguel Angel Cabrera Moya
Modified: 2012-11-02 19:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (943 bytes, patch)
2012-11-02 19:13 UTC, Miguel Angel Cabrera Moya
committed Details | Review

Description Miguel Angel Cabrera Moya 2012-11-02 19:12:45 UTC
There is an extra 'return' statement.
Comment 1 Miguel Angel Cabrera Moya 2012-11-02 19:13:53 UTC
Created attachment 227920 [details] [review]
proposed fix
Comment 2 Tim-Philipp Müller 2012-11-02 19:48:22 UTC
commit 4b083d608ef9f2bbf3088f167d3751a7f29b5c9a
Author: Miguel Angel Cabrera Moya <madmac2501@gmail.com>
Date:   Fri Nov 2 20:13:07 2012 +0100

    rtspconnection: remove extra return and fix GError leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687473