 
            
            
            
            
                15 Jun
                
                    2012
                
            
            
                15 Jun
                
                '12
                
            
            
            
        
    
                11:50 a.m.
            
        Hi everyone,
From what I understand after defining a domain with remoteDomainCreateXML, the corresponding destroy call is remoteDomainDestroy, both from the automatically generated remote_client_bodies.h My question is why the domain isn't freed in the destroy procedure (with virUnrefDomain or other) ? Is it supposed to be called separately or is it a bug ? I'm asking because from what I saw the connection refcount increments in domain creation but doesn't decrement in destroy.