GNOME Bugzilla – Bug 762057
tests: rtpmux: Fix element memory leak
Last modified: 2016-02-15 09:58:21 UTC
Fix for below memory leak ==22514== 2,009 (388 direct, 1,621 indirect) bytes in 1 blocks are definitely lost in loss record 1,948 of 1,961 ==22514== at 0x41EEBB1: g_type_create_instance (in /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.4002.0) ==22514== by 0x41D18FD: ??? (in /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.4002.0) ==22514== by 0x41D38F0: g_object_newv (in /usr/lib/i386-linux-gnu/libgobject-2.0.so.0.4002.0) ==22514== by 0x40CBF4B: gst_element_factory_create (gstelementfactory.c:376) ==22514== by 0x40CC0DF: gst_element_factory_make (gstelementfactory.c:446) ==22514== by 0x4141461: priv_gst_parse_yyparse (grammar.y:713) ==22514== by 0x4142991: priv_gst_parse_launch (grammar.y:1075) ==22514== by 0x4138E7E: gst_parse_launch_full (gstparse.c:325) ==22514== by 0x40653B1: gst_harness_add_parse (gstharness.c:917) ==22514== by 0x40659F6: gst_harness_new_parse (gstharness.c:982) ==22514== by 0x804B068: test_rtpmux_ssrc_downstream_dynamic (rtpmux.c:468) ==22514== by 0x406DE3A: tcase_run_tfun_fork (check_run.c:450) ==22514== by 0x406DE3A: srunner_iterate_tcase_tfuns (check_run.c:222) ==22514== by 0x406DE3A: srunner_run_tcase (check_run.c:362) ==22514== by 0x406DE3A: srunner_iterate_suites (check_run.c:195) ==22514== by 0x406DE3A: srunner_run (check_run.c:706) ==22514== by 0x406DEF2: srunner_run_all (check_run.c:674) ==22514== by 0x4060BA7: gst_check_run_suite (gstcheck.c:824) ==22514== by 0x8049B13: main (rtpmux.c:551)
Created attachment 321177 [details] [review] tests:rtpmux: fix element memory leak
Pushed, thanks for the patch! commit 03e40efb656daec310d505101cd6cc5b7171ef56 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Mon Feb 15 11:51:46 2016 +0900 tests: rtpmux: Fix element memory leak https://bugzilla.gnome.org/show_bug.cgi?id=762057