• P
    util: Make the virDomainListFree helper more universal · a5e89ae1
    Peter Krempa 提交于
    Extend it to a universal helper used for clearing lists of any objects.
    Note that the argument type is specifically void * to allow implicit
    typecasting.
    
    Additionally add a helper that works on non-NULL terminated arrays once
    we know the length.
    a5e89ae1
virobject.h 3.0 KB