• Alex Henrie's avatar
    wusa: Zero out identity on error path in read_identity. · 3caa27ea
    Alex Henrie authored
    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.
    3caa27ea
manifest.c 18.4 KB