"Possibly lost" memory shown by valgrind during gst_init_check()

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

"Possibly lost" memory shown by valgrind during gst_init_check()

Aniruddha-9
Hello People,
                    I am using gstreamer for my application.
When i ran valgrind on my code, the valgrind log showed many
occurances of "possibly lost" memory leaks during gst_init_check().
One of such log is as shown below :-
 
==29362== 40 bytes in 1 blocks are possibly lost in loss record 2,538 of 3,792
==29362==    at 0x400473F: calloc (vg_replace_malloc.c:279)
==29362==    by 0x4056C94: g_malloc0 (gmem.c:151)
==29362==    by 0x42D499F: type_node_any_new_W (gtype.c:395)
==29362==    by 0x42D4B34: type_node_fundamental_new_W (gtype.c:500)
==29362==    by 0x42D8CEC: g_type_register_fundamental (gtype.c:2379)
==29362==    by 0x4164C56: gst_fraction_get_type (gstvalue.c:4023)
==29362==    by 0x4167FDE: _gst_value_initialize (gstvalue.c:4158)
==29362==    by 0x4106DE5: init_post (gst.c:1058)
==29362==    by 0x405CC3F: g_option_context_parse (goption.c:1796)
==29362==    by 0x41065A4: gst_init_check (gst.c:430)
Please suggest.
 
Regards
Aniruddha
 


------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: "Possibly lost" memory shown by valgrind during gst_init_check()

Tim-Philipp Müller-2
On Thu, 2009-07-23 at 14:44 +0530, Aniruddha wrote:

>                     I am using gstreamer for my application.
> When i ran valgrind on my code, the valgrind log showed many
> occurances of "possibly lost" memory leaks during gst_init_check().
> One of such log is as shown below :-

Just ignore all 'possibly lost' records.

 Cheers
  -Tim




------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel