Skip to content
  • jacob berkman's avatar
    don't "return" void when prop is NULL, and prefer malloc to g_new for · c4496993
    jacob berkman authored
    2002-06-07  jacob berkman  <jacob@ximian.com>
    
    	* prop.c (gsm_prop_copy): don't "return" void when prop is NULL,
    	and prefer malloc to g_new for consistency
    
    	fixes bug #84503
    
    	* manager.c (free_client): free the discard property with
    	SmFreeProperty (fixes a memleak)
    
    	* ice.c (accept_connection): fix embarassing typo
    c4496993