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 755860 - nleoperation: leaks srcpad
nleoperation: leaks srcpad
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal normal
: 1.6.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-30 08:45 UTC by Justin Kim
Modified: 2015-10-01 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
unref srcpad (766 bytes, patch)
2015-09-30 08:45 UTC, Justin Kim
committed Details | Review

Description Justin Kim 2015-09-30 08:45:30 UTC
The return of gst_pad_get_peer should be freed.
Comment 1 Justin Kim 2015-09-30 08:45:58 UTC
Created attachment 312407 [details] [review]
unref srcpad
Comment 2 Thibault Saunier 2015-09-30 10:11:02 UTC
commit a8546584044e057d446709af6ad51be491d8c5a7
Author: Justin Kim <justin.kim@collabora.com>
Date:   Wed Sep 30 17:11:20 2015 +0900

    nleoperation: don't leak srcpad
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755860