Skip to content
Snippets Groups Projects
Commit 542c1ad9 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Fix missing free.

parent cd587df8
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
......@@ -54,6 +54,7 @@ main(int argc, const char **argv)
}
}
if (countMissingValues) printf("missing values count = %zu\n", allNmissSum);
free(buf);
streamClose(streamID);
return EXIT_SUCCESS;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment