Updated memory allocation

This commit is contained in:
jupfi 2024-02-09 08:35:49 +01:00
parent 274c2cb5b0
commit 1eacc19c71

View file

@ -1903,11 +1903,6 @@ DC_Q << endl;
// Close device
LMS_Close(device);
// Deallocate HDFattr
for (int ii = 0; ii < no_of_attr; ii++) {
free(HDFattr[ii].Value);
}
return 0;
}
@ -1966,5 +1961,5 @@ int main(int argc, char **argv) {
run_experiment(LimeCfg, HDFattrVector);
return 0;
}