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 721382 - srtpdec: fix GstCaps memory leak
srtpdec: fix GstCaps memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.2.2
Other Linux
: Normal normal
: 1.2.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-01-03 09:08 UTC by Miguel París Díaz
Modified: 2014-01-06 10:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A patch to solve the bug (687 bytes, patch)
2014-01-03 09:10 UTC, Miguel París Díaz
committed Details | Review

Description Miguel París Díaz 2014-01-03 09:08:01 UTC
I have detected a memory leak of GstCaps in gstsrtpdec in query function.
I suggest to apply the attached patch to solve it.
Comment 1 Miguel París Díaz 2014-01-03 09:10:29 UTC
Created attachment 265207 [details] [review]
A patch to solve the bug
Comment 2 Sebastian Dröge (slomo) 2014-01-03 09:47:36 UTC
commit e944195b64d766fb17b586a3dd0303c4a1a7978d
Author: Miguel París Díaz <mparisdiaz@gmail.com>
Date:   Fri Jan 3 09:59:34 2014 +0100

    srtpdec: Fix GstCaps memory leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721382
Comment 3 Miguel París Díaz 2014-01-03 09:52:04 UTC
I have seen that this bug has been fixed in master branch.
Should it be fixed in 1.2 branch too?
Comment 4 Sebastian Dröge (slomo) 2014-01-03 09:54:38 UTC
Yes, I'll backport it in the next days when enough other changes accumulated :)
Comment 5 Miguel París Díaz 2014-01-03 09:56:15 UTC
OK, thanks!!