GNOME Bugzilla – Bug 792127
rtspserver unit tests: memory leak in test_no_session_timeout
Last modified: 2018-01-13 15:03:53 UTC
Created attachment 366202 [details] [review] Unref the rtsp session object when at the end of the test Well, the description pretty much says it all. An rtsp session object is created but not unreffed. Attaching a patch fixing the issue.
Thanks! commit 3d860913c66414b8737d1bf945dfe2434ac1e14b Author: Branko Subasic <branko@axis.com> Date: Tue Jan 2 14:19:31 2018 +0100 test: rtspserver: plug memory leak in test_no_session_timeout In test_no_session_timeout, unref the rtsp session object when the test is done. https://bugzilla.gnome.org/show_bug.cgi?id=792127