Skip to content
  • Christian Persch's avatar
    Plug a mem leak in data-input-stream test · 45331a46
    Christian Persch authored and Matthias Clasen's avatar Matthias Clasen committed
    ==12351== 45,045 bytes in 4,095 blocks are definitely lost in loss record 377 of 380
    ==12351==    at 0x4005BDC: malloc (vg_replace_malloc.c:195)
    ==12351==    by 0x4057094: g_malloc (gmem.c:134)
    ==12351==    by 0x40573DB: g_malloc_n (gmem.c:281)
    ==12351==    by 0x4071ABD: g_strconcat (gstrfuncs.c:315)
    ==12351==    by 0x8049811: test_read_lines (data-input-stream.c:99)
    
    Bug #628331.
    45331a46