Skip to content
Snippets Groups Projects
Commit 7c30e844 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

prefetch: fix memory leak

parent 5a32a27b
No related branches found
No related tags found
No related merge requests found
......@@ -691,6 +691,7 @@ error:
UnmapViewOfFile(sys->buffer);
}
#endif
free(sys->content_type);
free(sys);
return VLC_ENOMEM;
}
......
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