Changeset 74 in Main for trunk


Ignore:
Timestamp:
Sep 19, 2024, 7:06:23 PM (2 months ago)
Author:
Nishi
Message:

fix memleak

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/server.c

    r73 r74  
    346346                }
    347347        }
     348        va_end(va);
    348349}
    349350
     
    545546                                                                tw_process_page(s, sock, tw_http_status(200), mime, f, NULL, st.st_size, 0, 0);
    546547                                                                fclose(f);
     548                                                                if(ext != NULL) free(ext);
    547549                                                                free(p);
    548550                                                                found = true;
  • trunk/example.conf

    r40 r74  
    22# This is an example config
    33
    4 LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_cgi.so
     4#LoadModule /home/nishi/SVN/tewi/trunk/Module/mod_cgi.so
    55
    66Listen 80
     
    3232
    3333BeginDirectory /var/www/cgi-bin
    34         AllowCGI
     34#       AllowCGI
    3535EndDirectory
Note: See TracChangeset for help on using the changeset viewer.