Commit 18738cf8 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winegcc: Free two new strlists (Coverity).

parent e11c2496
......@@ -768,6 +768,8 @@ static void build(struct options* opts)
spawn(opts->prefix, link_args, 0);
strarray_free (resources);
strarray_free (link_args);
strarray_free (lib_dirs);
strarray_free (files);
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment