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 594691 - rtph263pay: leak
rtph263pay: leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.17
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-09 22:17 UTC by Olivier Crête
Modified: 2009-09-11 05:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtph263pay: Allocate Boundry structs on the stack instead of the heap to avoid leaks (11.68 KB, patch)
2009-09-10 17:01 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2009-09-09 22:17:11 UTC
It leak Boundry structures.. Attaching a patch that allocates it on the stack instead of the heap to not have to worry about that.
Comment 1 Sebastian Dröge (slomo) 2009-09-10 05:59:09 UTC
You forgot to attach the patch ;)
Comment 2 Olivier Crête 2009-09-10 17:01:37 UTC
Created attachment 142923 [details] [review]
rtph263pay: Allocate Boundry structs on the stack instead of the heap to avoid leaks
Comment 3 Olivier Crête 2009-09-10 17:02:18 UTC
oops, seems like something is wrong with the "attach patch" in the new bug form (or maybe I did something wrong).
Comment 4 Sebastian Dröge (slomo) 2009-09-11 05:32:11 UTC
(In reply to comment #3)
> oops, seems like something is wrong with the "attach patch" in the new bug form
> (or maybe I did something wrong).

Yes, sometimes it works and sometimes it doesn't :)commit 6db2526f7d1c64f413a8f52a4281c10a07e5c502
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:   Wed Sep 9 18:13:29 2009 -0400

    rtph263pay: Allocate Boundry structs on the stack instead of the heap to avo
    
    Fixes bug #594691.