Changeset 40408 for trunk/Ohana/src/opihi/dvo/dvo_host_utils.c
- Timestamp:
- Apr 26, 2018, 12:37:03 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dvo_host_utils.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dvo_host_utils.c
r40291 r40408 212 212 continue; 213 213 } 214 free (table->hosts[i].results);215 table->hosts[i].results = NULL;214 // free (table->hosts[i].results); 215 // table->hosts[i].results = NULL; 216 216 set_int_variable (name, 1); // result file has been read 217 217 … … 225 225 FreeVectorArray (invec, Ninvec); 226 226 } 227 } else { 228 // free (table->hosts[i].results); 229 // table->hosts[i].results = NULL; 227 230 } 228 231 } … … 242 245 free (vec); 243 246 244 free (table);247 FreeHostTable (table); 245 248 return TRUE; 246 249 }
Note:
See TracChangeset
for help on using the changeset viewer.
