winegcc: Free two new strlists (Coverity).

This commit is contained in:
Marcus Meissner 2009-06-05 13:31:36 +02:00 committed by Alexandre Julliard
parent e11c2496c5
commit 18738cf89d
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}