Skip to content
Snippets Groups Projects
Commit eefcfeb0 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Fix missing free.

parent 910f640e
No related branches found
No related tags found
1 merge request!14Draft: K202125/cdi 1.8.x pio merge followup
......@@ -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