(file) Return to CIMServer.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Server

Diff for /pegasus/src/Pegasus/Server/CIMServer.cpp between version 1.190.2.9 and 1.190.2.10

version 1.190.2.9, 2006/10/27 13:03:17 version 1.190.2.10, 2006/10/28 04:43:32
Line 1164 
Line 1164 
        destroy_slp_client(client);        destroy_slp_client(client);
     }     }
  
     if(type != NULL)  
        free(type);        free(type);
     if(httpUrl != NULL)  
         free(httpUrl);         free(httpUrl);
     if(httpsUrl != NULL)  
         free(httpsUrl);         free(httpsUrl);
     if(httpAttrs != NULL)  
         free(httpAttrs);         free(httpAttrs);
     if(httpsAttrs != NULL)  
         free(httpsAttrs);         free(httpsAttrs);
     if(addr != NULL)  
         free(addr);         free(addr);
     if(scopes != NULL)  
         free(scopes);         free(scopes);
     if(iface != NULL)  
         free(iface);         free(iface);
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
Line 1190 
Line 1182 
 void  deregPegasus() void  deregPegasus()
 { {
  
    PEG_METHOD_ENTER(TRC_SERVER, "CIMServer::deregPegasus()");     PEG_METHOD_ENTER(TRC_SERVER, "deregPegasus()");
  
    SLPAttrib SLPHttpAttribObj1;    SLPAttrib SLPHttpAttribObj1;
    SLPAttrib SLPHttpsAttribObj1;    SLPAttrib SLPHttpsAttribObj1;
Line 1233 
Line 1225 
       client->srv_reg_local(client, httpsUrl, httpsAttrs, type, scopes,0);       client->srv_reg_local(client, httpsUrl, httpsAttrs, type, scopes,0);
       destroy_slp_client(client);       destroy_slp_client(client);
    }    }
    if(type != NULL)  
       free(type);       free(type);
    if(httpUrl != NULL)  
       free(httpUrl);       free(httpUrl);
    if(httpsUrl != NULL)  
       free(httpsUrl);       free(httpsUrl);
    if(httpAttrs != NULL)  
       free(httpAttrs);       free(httpAttrs);
    if(httpsAttrs != NULL)  
       free(httpsAttrs);       free(httpsAttrs);
    if(addr != NULL)  
       free(addr);       free(addr);
    if(scopes != NULL)  
       free(scopes);       free(scopes);
    if(iface != NULL)  
       free(iface);       free(iface);
  
    PEG_METHOD_EXIT();    PEG_METHOD_EXIT();


Legend:
Removed from v.1.190.2.9  
changed lines
  Added in v.1.190.2.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2