Ignore:
Timestamp:
Feb 6, 2017, 11:35:42 AM (7 years ago)
Author:
meunier
Message:
  • Fixed memory leaks
  • Fixed indentation in some files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_pat_trace.cc

    r52 r59  
    7070    //création d'1 instance de la structure Sc_trace_file:
    7171    sc_trace_file * traceFic = new sc_trace_file();
    72     traceFic->flag = PAT_FORMAT;       
     72    traceFic->flag = PAT_FORMAT;
    7373
    7474    trace_file_list.push_back(traceFic);
     
    8383//*************************************************************************
    8484
    85 void sc_close_pat_trace_file(sc_trace_file * traceFic ) {       
     85void sc_close_pat_trace_file(sc_trace_file * traceFic ) {
    8686    if (notrace) {
    8787        return;
Note: See TracChangeset for help on using the changeset viewer.