Changeset 679 in Sophya


Ignore:
Timestamp:
Dec 9, 1999, 3:25:04 PM (26 years ago)
Author:
ansari
Message:

Ajout de delete tableau temp - Reza 9/12/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/fftserver.cc

    r538 r679  
    180180  out.Realloc(l);
    181181  for(i=0; i<l; i++) out(i) = inout[i];
     182  delete[] inout;
    182183}
    183184
     
    199200  out.Realloc(l);
    200201  for(i=0; i<l; i++) out(i) = inout[i];
    201 }
    202 
     202  delete[] inout;
     203}
     204
Note: See TracChangeset for help on using the changeset viewer.