mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
3caa27eafb
Fixes double frees in read_components and read_dependency. The double frees could also be fixed by using free instead of free_dependency in those functions, but zeroing out the pointers is easier to understand because it ensures that alloc_dependency can always be paired with free_dependency. |
||
---|---|---|
.. | ||
main.c | ||
Makefile.in | ||
manifest.c | ||
wusa.h |