Skip to content
  • Christophe Fergeau's avatar
    shell: Fix leak in cc_shell_item_view_update_cells · 3b5e7e18
    Christophe Fergeau authored
    ==11430== 48 (24 direct, 24 indirect) bytes in 1 blocks are definitely lost in loss record 10,663 of 18,7
    ==11430==    at 0x4A06C50: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
    ==11430==    by 0x7F260AC: g_malloc (gmem.c:97)
    ==11430==    by 0x7F3F0F7: g_slice_alloc (gslice.c:1007)
    ==11430==    by 0x7F19BE5: g_list_prepend (glist.c:311)
    ==11430==    by 0x684843B: accum_cells (gtkcellarea.c:1563)
    ==11430==    by 0x6850989: gtk_cell_area_box_foreach (gtkcellareabox.c:1145)
    ==11430==    by 0x6848AAA: gtk_cell_area_foreach (gtkcellarea.c:1730)
    ==11430==    by 0x6848490: gtk_cell_area_get_cells (gtkcellarea.c:1573)
    ==11430==    by 0x6857339: gtk_cell_layout_get_cells (gtkcelllayout.c:592)
    ==11430==    by 0x685668F: gtk_cell_layout_default_get_cells (gtkcelllayout.c:342)
    ==11430==    by 0x6857339: gtk_cell_layout_get_cells (gtkcelllayout.c:592)
    ==11430==    by 0x45242B: cc_shell_item_view_update_cells (cc-shell-item-view.c:116)
    ==11430==   ...
    3b5e7e18