Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff VMS.c @ 143:73ceeac12a79
Enable histogramm free again, was allocated with VMS__malloc and free'd with systems free
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 21 Sep 2011 16:29:53 +0200 |
| parents | 97e26095c01f |
| children | ac41df8d08e9 |
line diff
1.1 --- a/VMS.c Mon Jul 11 18:09:43 2011 +0200 1.2 +++ b/VMS.c Wed Sep 21 16:29:53 2011 +0200 1.3 @@ -680,7 +680,7 @@ 1.4 //Before getting rid of everything, print out any measurements made 1.5 forAllInDynArrayDo( _VMSMasterEnv->measHistsInfo, (DynArrayFnPtr)&printHist ); 1.6 forAllInDynArrayDo( _VMSMasterEnv->measHistsInfo, (DynArrayFnPtr)&saveHistToFile); 1.7 - //forAllInDynArrayDo( _VMSMasterEnv->measHistsInfo, &freeHistExt ); 1.8 + forAllInDynArrayDo( _VMSMasterEnv->measHistsInfo, &freeHist ); 1.9 #ifdef MEAS__TIME_PLUGIN 1.10 printHist( _VMSMasterEnv->reqHdlrLowTimeHist ); 1.11 saveHistToFile( _VMSMasterEnv->reqHdlrHighTimeHist );
