Changes between Version 5 and Version 6 of Ticket #16

Show
Ignore:
Timestamp:
11/28/10 10:09:42 (11 years ago)
Author:
plobsing
Comment:

This issue is now being tracked at as issue #3 for  https://github.com/parrot/pirc. ( https://github.com/parrot/pirc/issues/#issue/3)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16 – description

    v5 v6  
     1 
    12 
    23Some 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.