0f80c71 util: cgroup: modify virCgroupFree to take virCgroupPtr

13 files Authored by Sukrit Bhatnagar 5 years ago, Committed by Erik Skultety 5 years ago,
    util: cgroup: modify virCgroupFree to take virCgroupPtr
    
    Modify virCgroupFree function signature to take a value of type
    virCgroupPtr instead of virCgroupPtr * as the parameter.
    
    Change the argument type in all calls to virCgroupFree function
    from virCgroupPtr * to virCgroupPtr. This is a step towards
    having consistent function signatures for Free helpers so that
    they can be used with VIR_AUTOPTR cleanup macro.
    
    Signed-off-by: Sukrit Bhatnagar <skrtbhtngr@gmail.com>
    Reviewed-by: Erik Skultety <eskultet@redhat.com>
    
        
file modified
+2 -2
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+5 -5
file modified
+8 -8
file modified
+1 -1
file modified
+16 -18
file modified
+1 -1
file modified
+28 -28
file modified
+1 -1
file modified
+21 -21