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 773306 - waveformsink: memory leak in cat log
waveformsink: memory leak in cat log
Status: RESOLVED DUPLICATE of bug 772497
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-21 09:24 UTC by Eunhae Choi
Modified: 2016-10-21 11:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
waveformsink: fix mem leak of log (1.31 KB, patch)
2016-10-21 09:25 UTC, Eunhae Choi
rejected Details | Review

Description Eunhae Choi 2016-10-21 09:24:36 UTC
there is no free of string from gst_caps_to_string().
Comment 1 Eunhae Choi 2016-10-21 09:25:56 UTC
Created attachment 338171 [details] [review]
waveformsink: fix mem leak of log
Comment 2 Sebastian Dröge (slomo) 2016-10-21 11:43:22 UTC
Comment on attachment 338171 [details] [review]
waveformsink: fix mem leak of log

Your colleague fixed that a few days ago already, I merged the patch yesterday :)
Comment 3 Sebastian Dröge (slomo) 2016-10-21 11:43:41 UTC
commit 1950b72e2b6a9b4d2dc6799c0694ab1f5b0c1ef6
Author: Gaurav Gupta <g.gupta@samsung.com>
Date:   Fri Oct 7 13:04:27 2016 +0530

    waveformsink: Fix Memory leak using GST_PTR_FORMAT
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772497

*** This bug has been marked as a duplicate of bug 772497 ***