dect
/
asterisk
Archived
13
0
Fork 0

dont free unallocated block ,and dont close a fd

we never opened. bug #7045


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22933 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
mogorman 2006-04-27 18:57:45 +00:00
parent 5c6676c9f7
commit 70560241e7
1 changed files with 0 additions and 3 deletions

3
http.c
View File

@ -493,9 +493,6 @@ static void *http_root(void *data)
close(ser->fd);
free(ser);
}
} else {
close(ser->fd);
free(ser);
}
}
return NULL;