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 762525 - rtspclientsink test: Memory leaks
rtspclientsink test: Memory leaks
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal normal
: 1.7.90
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-23 11:45 UTC by Patricia Muscalu
Modified: 2016-02-23 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtspsink: Fix some leaks in rtspclientsink and the unit test. (1.81 KB, patch)
2016-02-23 15:03 UTC, Jan Schmidt
accepted-commit_now Details | Review

Description Patricia Muscalu 2016-02-23 11:45:44 UTC
Run make -C tests/check/ gst/rtspclientsink.valgrind and analyze the valgrind report.
Comment 1 Jan Schmidt 2016-02-23 15:03:40 UTC
Created attachment 321980 [details] [review]
rtspsink: Fix some leaks in rtspclientsink and the unit test.
Comment 2 Jan Schmidt 2016-02-23 15:10:50 UTC
There is a remaining leak in rtsp-stream of the RTP udpsink, but I don't know where that's coming from (5 extra refs left at the end).
Comment 3 Jan Schmidt 2016-02-23 15:19:45 UTC
That remaining leak disappeared with the rtsp-stream refactoring. Pushed:

commit b96e4e16a74ff51dfa58994173c45c1906c92b77
Author: Jan Schmidt <jan@centricular.com>
Date:   Wed Feb 24 00:10:52 2016 +1100

    rtspsink: Fix some leaks in rtspclientsink and the unit test.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762525