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

Fix missing free.

parent 7d0baab3
No related branches found
No related tags found
1 merge request!11Consolidation with CDI-PIO (1.8.x)
......@@ -59,6 +59,7 @@ int main()
streamWriteVar(streamID1, 0, data, 0);
free(data);
return (0);
vlistID = streamInqVlist(streamID1);
......
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