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 656483 - Memory leak in g_tls_connection_gnutls_create_source()
Memory leak in g_tls_connection_gnutls_create_source()
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-08-13 23:15 UTC by David Woodhouse
Modified: 2011-08-14 14:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Woodhouse 2011-08-13 23:15:32 UTC
==3576== 260,551 (136,000 direct, 124,551 indirect) bytes in 8,500 blocks are definitely 
lost in loss record 25,550 of 25,597
==3576==    at 0x4A0649D: malloc (vg_replace_malloc.c:236)
==3576==    by 0x3D33049600: g_malloc (gmem.c:164)
==3576==    by 0x3D3305E476: g_slice_alloc (gslice.c:842)
==3576==    by 0x3D3305E755: g_slice_alloc0 (gslice.c:854)
==3576==    by 0x3D33040B49: g_source_add_child_source (gmain.c:1222)
==3576==    by 0x3D36C6C5BA: g_socket_input_stream_pollable_create_source (gsocketinputst
ream.c:232)
==3576==    by 0x280E553A: gnutls_source_sync_child_source (gtlsconnection-gnutls.c:603)
==3576==    by 0x280E7101: g_tls_connection_gnutls_create_source (gtlsconnection-gnutls.c
:690)
==3576==    by 0x3D48044D23: soup_socket_create_watch (soup-socket.c:746)
==3576==    by 0x3D48045062: read_from_network (soup-socket.c:1180)
==3576==    by 0x3D480471D4: soup_socket_read_until (soup-socket.c:1331)
==3576==    by 0x3D4803699F: read_metadata (soup-message-io.c:285)
==3576== 

Seen when running Evolution in valgrind on Fedora 15.
Comment 1 Dan Winship 2011-08-14 14:18:05 UTC
already fixed in master