1
0
Fork 0

Minor fix to mmsproxy

This commit is contained in:
bagyenda 2005-05-05 05:48:52 +00:00
parent e10f3caf93
commit 6c1cc4d59f
2 changed files with 6 additions and 5 deletions

View File

@ -44,7 +44,7 @@ available_tags=" CXX"
# ### BEGIN LIBTOOL CONFIG # ### BEGIN LIBTOOL CONFIG
# Libtool was configured on host lilo.local: # Libtool was configured on host stitch.ds.co.ug:
# Shell to use when invoking shell scripts. # Shell to use when invoking shell scripts.
SHELL="/bin/sh" SHELL="/bin/sh"
@ -66,7 +66,7 @@ fast_install=yes
# The host system. # The host system.
host_alias= host_alias=
host=powerpc-apple-darwin7.9.0 host=powerpc-apple-darwin8.0.0
# An echo program that does not interpret backslashes. # An echo program that does not interpret backslashes.
echo="echo" echo="echo"
@ -6630,7 +6630,7 @@ build_old_libs=`case $build_libtool_libs in yes) $echo no;; *) $echo yes;; esac`
# End: # End:
# ### BEGIN LIBTOOL TAG CONFIG: CXX # ### BEGIN LIBTOOL TAG CONFIG: CXX
# Libtool was configured on host lilo.local: # Libtool was configured on host stitch.ds.co.ug:
# Shell to use when invoking shell scripts. # Shell to use when invoking shell scripts.
SHELL="/bin/sh" SHELL="/bin/sh"
@ -6652,7 +6652,7 @@ fast_install=needless
# The host system. # The host system.
host_alias= host_alias=
host=powerpc-apple-darwin7.9.0 host=powerpc-apple-darwin8.0.0
# An echo program that does not interpret backslashes. # An echo program that does not interpret backslashes.
echo="echo" echo="echo"

View File

@ -2001,7 +2001,8 @@ static void free_clientInfo(MmsHTTPClientInfo *h, int freeh)
if (h->base_client_addr) if (h->base_client_addr)
octstr_destroy(h->base_client_addr); octstr_destroy(h->base_client_addr);
octstr_destroy(h->client_addr); if (h->client_addr)
octstr_destroy(h->client_addr);
http_destroy_cgiargs(h->cgivars); http_destroy_cgiargs(h->cgivars);
http_destroy_headers(h->headers); http_destroy_headers(h->headers);