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 783864 - gstptpclock: Memory leak on delay request message release. Timeout source is left referenced.
gstptpclock: Memory leak on delay request message release. Timeout source is ...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.6.0
Other All
: Normal minor
: 1.12.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-16 13:29 UTC by Andrejs Vasiljevs
Modified: 2017-06-17 07:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial. Unreference source before parent structure release (441 bytes, patch)
2017-06-16 13:34 UTC, Andrejs Vasiljevs
committed Details | Review

Description Andrejs Vasiljevs 2017-06-16 13:29:27 UTC
Timeout source used on Delay Request sent destroyed, but not released.
Function ptp_pending_sync_free()
Comment 1 Sebastian Dröge (slomo) 2017-06-16 13:33:06 UTC
Thanks, do you want to provide a patch?
Comment 2 Andrejs Vasiljevs 2017-06-16 13:34:15 UTC
Created attachment 353897 [details] [review]
trivial. Unreference source before parent structure release
Comment 3 Sebastian Dröge (slomo) 2017-06-16 14:57:59 UTC
commit d99c9d9944fd6dfa3470c25b8fde21ecc563cd5d (HEAD -> master)
Author: Andrejs Vasiljevs <andrejs.vasiljevs@ubnt.com>
Date:   Fri Jun 16 13:34:00 2017 +0000

    ptp: Unref timeout GSource for delay requests
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783864