Changeset 10925

Show
Ignore:
Timestamp:
06/02/07 21:43:47 (2 years ago)
Author:
piotras
Message:

translate_handler: free host_info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/httpd/apache2/midgard-apache2.c

    r10924 r10925  
    803803 
    804804        guint sg_id, lang_id, root_id, page_id; 
    805         gchar *host_info
     805        gchar *host_info = NULL
    806806        g_object_get(G_OBJECT(host),  
    807807                        "sitegroup", &sg_id,  
     
    827827        if(g_str_equal("auth", host_info)) 
    828828                rcfg->auth_required = TRUE; 
     829 
     830        g_free(host_info); 
    829831 
    830832 /*