• Show log

    Commit

  • Hash : 782402c2
    Author : Patrick Steinhardt
    Date : 2018-01-12T13:09:23

    tests: refs::iterator: fix memory leak due to ref names not being free'd
    
    The test refs::iterator::foreach_name iterates through every reference
    and copies its name into a local vector. While the test makes sure to
    free the vector afterwards, the copied reference names are not being
    free'd. Fix that.