Skip to content
  • Benoit Perrot's avatar
    Index: ChangeLog · 99749531
    Benoit Perrot authored
    from  Benoît Perrot  <benoit@lrde.epita.fr>
    
            Track memory leaks.
    
            * dev/inst-builder-gen.py,
            * dev/inst-nodes-gen.py,
            * dev/mipsy.xml,
            * dev/parse-asm-parse-gen.py,
            * src/inst/data_section.hh,
            * src/inst/exp.hh,
            * src/inst/program_builder.cc,
            * src/inst/section.hh,
            * src/inst/text_section.hh,
            * src/vm/cpu.hh, src/vm/cpu.cc
            * src/vm/segment.hh,
            * src/vm/vm-tasks.cc:
            Use pointers instead of references for each allocated attribute, 
            and delete them.
    
    99749531