projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
801cda5
)
* ditch warning
author
Michael Wallner
<mike@php.net>
Wed, 23 Feb 2005 12:40:16 +0000
(12:40 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 23 Feb 2005 12:40:16 +0000
(12:40 +0000)
http.c
patch
|
blob
|
history
diff --git
a/http.c
b/http.c
index b46ba9ef4f2f3deb98756e893fa113f4217a23b6..03ac2df105532dab26b8e7f05516abe09f342427 100644
(file)
--- a/
http.c
+++ b/
http.c
@@
-368,9
+368,10
@@
zend_module_entry http_module_entry = {
};
/* }}} */
-static void free_to_free(void **s)
+
+static void free_to_free(void *s)
{
- efree(*s);
+ efree(*
(char **)
s);
}
/* {{{ php_http_init_globals(zend_http_globals *) */