44763e5 python: Replace memset() with initializer

Authored and Committed by nsoffer 4 years ago
    python: Replace memset() with initializer
    
    C99 ensures that all fields of a struct are initialized to zero when
    initializing to {0} and all characters are initialized to zero when
    initializing to "";
    
    Signed-off-by: Nir Soffer <nsoffer@redhat.com>
    
        
file modified
+8 -28