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

Fix missing free.

parent 9c129f28
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ 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