Changes between Initial Version and Version 1 of Ticket #2153
- Timestamp:
- 07/14/11 09:20:36 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2153 – description
initial v1 1 {{{ 1 2 $ valgrind --leak-check=full ./parrot t/compilers/tge/basic.t 2 3 ==29055== Memcheck, a memory error detector … … 61 62 ==29055== For counts of detected and suppressed errors, rerun with: -v 62 63 ==29055== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 37 from 8) 64 }}} 63 65 66 The mem leak happens in 64 67 65 The mem leak happens in e_pbc_open(pbc.c:455): 66 imcc->globals = mem_gc_allocate_zeroed_typed(imcc->interp, imcc_globals); 68 {{{ 69 e_pbc_open(pbc.c:455): imcc->globals = mem_gc_allocate_zeroed_typed(imcc->interp, imcc_globals); 70 }}}
