Changes between Initial Version and Version 5 of Ticket #16

Show
Ignore:
Timestamp:
11/28/10 10:03:31 (11 years ago)
Author:
plobsing
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16

    • Property keywords pirc added
    • Property owner set to kjs
    • Property component changed from none to pirc
    • Property summary changed from [pirc] fix memory leaks in pirc to fix memory leaks in pirc
  • Ticket #16 – description

    initial v5  
     1 
    12Some places in PIRC use parrot's mem_sys_allocate(); they should be either converted to pir_mem_allocate, for automatic free()ing, or they should be explicitly free()d somewhere using mem_sys_free(). This depends on how easy it is to track where the memory is used, and when it can be free()d. In general, PIRC's pir_mem_allocate should be used. 
    23